Moved main.py

This commit is contained in:
WerWolv
2023-09-26 14:55:09 +02:00
committed by marios8543
parent af6784272c
commit b373c3114b
2 changed files with 2 additions and 6 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
# This file is needed to make the relative imports in src/ work properly.
# This file is needed to make the relative imports in backend/ work properly.
if __name__ == "__main__":
from src.main import main
from backend.main import main
main()
-4
View File
@@ -1,4 +0,0 @@
# This file is needed to make the relative imports in backend/ work properly.
if __name__ == "__main__":
from backend.main import main
main()