reorg and other stuff
This commit is contained in:
6
apps/my_repo/src/my_pkg/__init__.py
Normal file
6
apps/my_repo/src/my_pkg/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
# print(f' Importing {__name__} '.center(50, '='))
|
||||
|
||||
from .foo import Foo
|
||||
from .my_sub_pkg.bar import Bar
|
||||
|
||||
# print(' Done '.center(50, '='))
|
||||
Reference in New Issue
Block a user