Skip to content

Move config to Module base class

Closes #51 (closed)

This MR moves the configuration object to the Module base class. This way, we can - at the end of the run - centrally collect all configurations including their defaults added by the modules.

This will facilitate the implementation of #51 (closed).

Edited by Simon Spannagel

Merge request reports