HPI/my/core/__init__.py
Dima Gerasimov fd41caa640 core: add __NOT_HPI_MODULE__ flag to mark utility files etc
(more of an intermediate solution perhaps)
2020-09-30 21:54:09 +02:00

9 lines
302 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 .common import LazyLogger
from .common import warn_if_empty
from .common import stat
from .cfg import make_config
from .util import __NOT_HPI_MODULE__