HPI/my/cfg.py
2024-10-19 23:41:22 +01:00

7 lines
209 B
Python

import my.config as config
from .core import __NOT_HPI_MODULE__
from .core import warnings as W
# still used in Promnesia, maybe in dashboard?
W.high("DEPRECATED! Please import my.config directly instead.")