Make my.core a proper package (for brevity purposes)
This commit is contained in:
parent
8d998146e2
commit
6235e6ffae
2 changed files with 7 additions and 3 deletions
4
my/core/__init__.py
Normal file
4
my/core/__init__.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
# this file only keeps the most common & critical types/utility functions
|
||||
from .common import PathIsh, Paths, Json
|
||||
from .common import get_files
|
||||
from .cfg import make_config
|
Loading…
Add table
Add a link
Reference in a new issue