6 lines
151 B
Python
6 lines
151 B
Python
from .core.warnings import high
|
|
high("DEPRECATED! Please use my.core.error instead.")
|
|
|
|
from .core import __NOT_HPI_MODULE__
|
|
|
|
from .core.error import *
|