HPI/my/core/__init__.py
2020-12-11 07:02:16 +01:00

16 lines
432 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, Stats
from .cfg import make_config
from .util import __NOT_HPI_MODULE__
from .error import Res, unwrap
# just for brevity in modules
from dataclasses import dataclass
from pathlib import Path