Open inchkev opened 3 years ago
Currently Config is instantiated in client's COPISApp, but files like machine.ini would need to be accessed when run headless as well. Maybe we should instead instantiate Config in core.py, or make it a singleton?
Config
client
COPISApp
machine.ini
core.py
Currently
Config
is instantiated inclient
'sCOPISApp
, but files likemachine.ini
would need to be accessed when run headless as well. Maybe we should instead instantiate Config incore.py
, or make it a singleton?