We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Desugar from foo import * statement.
from foo import *
This requires handling __all__ of the module if present etc.
__all__