fix broken import

This commit is contained in:
AAGaming
2023-09-30 12:43:35 -04:00
committed by marios8543
parent b155734dcf
commit c69ca5e821
+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__": if __name__ == "__main__":
from backend.main import main from src.main import main
main() main()