0xFableOrg / roll-op

The simplest way to spin your own dev / prod rollup, fully configurable.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Split the Config class in multiple files

norswap opened this issue · comments

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.

fixed by #89