0xFableOrg / roll-op

The simplest way to spin your own dev / prod rollup, fully configurable.
BSD 3-Clause Clear License
92 stars 25 forks source link

Split the Config class in multiple files #74

Closed norswap closed 10 months ago

norswap commented 11 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.

norswap commented 10 months ago

fixed by #89