Moved main.py

This commit is contained in:
WerWolv
2023-09-26 14:55:09 +02:00
committed by marios8543
parent 5937971014
commit 37b8c5264f
+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()