Moved main.py

This commit is contained in:
WerWolv
2023-09-26 14:55:09 +02:00
parent 0c2079fa85
commit a0d50baaca

4
backend/main.py Normal file
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()