summaryrefslogtreecommitdiff
path: root/backend/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'backend/main.py')
-rw-r--r--backend/main.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/main.py b/backend/main.py
index c2b99089..46a0671a 100644
--- a/backend/main.py
+++ b/backend/main.py
@@ -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()