YPM-Informatics / COPISClient

Computer operated photogrammetric imaging system
http://www.copis3d.org/
GNU General Public License v3.0
4 stars 1 forks source link

Make Config class a singleton? #119

Open inchkev opened 3 years ago

inchkev commented 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?