Skip to content

E3-880: Restructured components

Simon Rose requested to merge e3_880_add_module_class into develop

Refactored the WrapperRepository class into a Module class with subclasses for base and require.

No real functional changes, just moving some of the module-specific data (e.g. which config file to use, etc.) to the class instead of the calling functions.

Merge request reports