Files
ad-dev-conf/apps/my_repo/my_pkg/__init__.py
2024-03-18 17:42:29 -05:00

6 lines
157 B
Python

print(f' Importing {__name__} '.center(50, '='))
from .motion import Motion
from .my_sub_pkg.hello import HelloWorldSub
print(' Done '.center(50, '='))