Skip to content

Commit

Permalink
fix broken import
Browse files Browse the repository at this point in the history
  • Loading branch information
AAGaming00 committed Sep 30, 2023
1 parent 00e10be commit 4b89fc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/main.py
Original file line number Diff line number Diff line change
@@ -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()

0 comments on commit 4b89fc1

Please sign in to comment.