from mymodule import * def print_name(): print(name) def print_name(name): print(name) __all__ = ['a']