Desugar `from foo import *` statement. This requires handling `__all__` of the module if present etc.
Desugar
from foo import *statement.This requires handling
__all__of the module if present etc.