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

6 lines
153 B
Python

from .core.warnings import high
high("DEPRECATED! Please use my.core.common instead.")
from .core import __NOT_HPI_MODULE__
from .core.common import *