__repr__ vs __str__
-
in lic_data.py - class Flow: repr in my opinion a misuse of repr: this information should be in str ([see here](https://docs.python.org/3.8/reference/datamodel.html repr and str) -
in simapro.py - class SimaProXlsxReader: repr in my opinion a misuse of repr: this information should be in str