Make my.core a proper package (for brevity purposes)

This commit is contained in:
Dima Gerasimov 2020-05-14 22:16:21 +01:00 committed by karlicoss
parent 8d998146e2
commit 6235e6ffae
2 changed files with 7 additions and 3 deletions

4
my/core/__init__.py Normal file
View 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