fix broken import

This commit is contained in:
AAGaming
2023-09-30 12:43:35 -04:00
parent 00e10be93f
commit 4b89fc1f9d
+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()