EDyO / appu

Automatic Podcast Publisher
MIT License
3 stars 2 forks source link

Make Cfg a class #7

Closed ifosch closed 2 years ago

ifosch commented 6 years ago

Currently cfg is just a dict. If we encapsulate this in a class, it can provide extra features, like ensuring the params are correct and their values valid. This might require some discussion about which paramaters are required to be specified in the config file, and which would be default values for the rest.

ifosch commented 2 years ago

I think current plans on the project makes this obsolete.