foo, bar, baz rename

This commit is contained in:
John Lancaster
2024-03-18 18:03:54 -05:00
parent 9c12df1256
commit c0d7871676
8 changed files with 58 additions and 33 deletions

View File

@@ -1,6 +1,6 @@
print(f' Importing {__name__} '.center(50, '='))
from .motion import Motion
from .my_sub_pkg.hello import HelloWorldSub
from .foo import Foo
from .my_sub_pkg.bar import Bar
print(' Done '.center(50, '='))