move to module imports

This commit is contained in:
AAGaming
2023-09-25 13:06:46 -04:00
parent 75fbc7524f
commit f6401f4995
15 changed files with 63 additions and 49 deletions
+4
View File
@@ -0,0 +1,4 @@
# This file is needed to make the relative imports in backend/ work properly.
if __name__ == "__main__":
from backend.main import main
main()