Files
ad-dev-conf/apps/my_repo/src/my_pkg/__init__.py
2024-06-06 20:58:00 -05:00

6 lines
143 B
Python

# print(f' Importing {__name__} '.center(50, '='))
from .foo import Foo
from .my_sub_pkg.bar import Bar
# print(' Done '.center(50, '='))