This is the first public release of Genos. Hope you all use it to make configurable software components in Python. Enjoy!
Added
- Instantiation of classes through the `recursive_instantiate` function 1
- Calling functions using a dictionary config through the `recursive_instantiate` function 1
- Getting references to functions and classes through `get_method`, `get_class` functions 1
Fixes
- 9 removed multi import of `copy`