5 lines
215 B
Python
5 lines
215 B
Python
from my.core import __NOT_HPI_MODULE__, warnings
|
|
|
|
warnings.high('my.kython.kompress is deprecated, please use "kompress" library directly. See https://github.com/karlicoss/kompress')
|
|
|
|
from my.core.kompress import *
|