__init__.py 72 B

1234
  1. from .file_1 import *
  2. from .file_2 import *
  3. print('__init__ package_1')