OpenSemanticLab / osw-python

GNU Affero General Public License v3.0
3 stars 2 forks source link

Resolve issue with dependancies between Controller and Datamodels #53

Open simontaurus opened 6 months ago

simontaurus commented 6 months ago

e. g. WikiFileController needs WikiFile, which is not loaded/installed by default. That why model schemas currently need to be loaded first, then the Controller class is imported (which violates PEP standards)

Solutions: