HPI/my/__init__.py
2019-12-19 20:14:26 +00:00

7 lines
235 B
Python

# TODO how to make it mypy friendly? maybe defensive import? or mypy config? or interface file?
try:
import mycfg
except ImportError:
import warnings
warnings.warn("mycfg package isn't found! That might result in issues")