HPI/my/core/__init__.py
2020-05-14 23:01:50 +01:00

4 lines
174 B
Python

# 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