예제 #1
0
from chiplotle.core.imports.package_import import _package_import

_package_import(__path__[0], globals( ))

예제 #2
0
from chiplotle.core.imports.package_import import _package_import

_package_import(__path__[0], locals( ))

예제 #3
0
from chiplotle.core.imports.package_import import _package_import

_package_import(__path__[0], locals())