Skip to content

Fix directory structure so run.py script works again.

Tim Horst requested to merge fix-run-script into development

Something was wrong with the imports in the project, which caused the run script to fail due to a ModuleNotFound error. This fixes it.

Merge request reports