9 lines
286 B
Python
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
|