Skip to content

Repaired relative imports in scripts

Christopher Randolph Rhodes requested to merge dev_rel_imports into staging

Separated server startup script from packages, repaired imports that were raising issues when run on CLI.

Server now starts in both PyCharm and CLI, with both python scripts/run_server.py and python -m scripts.run_server

Merge request reports