Closed norswap closed 10 months ago
Right now the Config class is all in config.py and it's huge and unwieldy. The class already contains sections, and we should split them in their own files, which will contain a parent class for the new Config class.
Config
config.py
fixed by #89
Right now the
Config
class is all inconfig.py
and it's huge and unwieldy. The class already contains sections, and we should split them in their own files, which will contain a parent class for the newConfig
class.