6 lines
152 B
Python
6 lines
152 B
Python
# TODO just eval setup file to populate paths etc?
|
|
# TODO note sure if it would
|
|
import my_configuration
|
|
|
|
|
|
paths = my_configuration.paths # type: ignore
|