Skip to content

Allow renaming

Martin Lange requested to merge renaming into main

Allows renaming of components and adapters without requiring another constructor argument.

comp = MyComp().with_name("Name")

Merge request reports