HPI/my/__init__.py
2019-10-01 22:28:55 +01:00

9 lines
286 B
Python

# TODO just eval setup file to populate paths etc?
# TODO note sure if it would
import my_configuration
# TODO maybe just import everything?
# TODO how to make it mypy friendly? maybe defensive import? or mypy config? or interface file?
paths = my_configuration.paths # type: ignore