Add Config class (#2042)
* Add Config class
* Makes config a first class citizen
* All config variables are accessed through the
class properties and resolved at runtime
* Cog Modes are now an enum
* Input/Output Types are managed by the config
class
* Fix lint
* Fix redundant code