# 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