import core from core import * __all__ = ['core'] __all__.extend(core.__all__) import attributes from attributes import * __all__.append('attributes') __all__.extend(attributes.__all__)