If Repository is not imported, it raises an error:
sqlalchemy.exc.InvalidRequestError: When initializing mapper mapped class System->system, expression 'Repository' failed to locate a name ('Repository'). If this is a class name, consider adding this relationship() to the <class 'ecolyzer.system.system.System'> class after both dependent classes have been defined.
If Repository is not imported, it raises an error: