fix broken import

This commit is contained in:
AAGaming
2023-09-30 12:43:35 -04:00
committed by marios8543
parent 06fccb792f
commit 458fa6a66c
+2 -2
View File
@@ -1,4 +1,4 @@
# This file is needed to make the relative imports in backend/ work properly.
# This file is needed to make the relative imports in src/ work properly.
if __name__ == "__main__":
from backend.main import main
from src.main import main
main()