summaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorWerWolv <werwolv98@gmail.com>2023-09-26 14:55:09 +0200
committermarios8543 <marios8543@gmail.com>2023-10-31 23:15:46 +0200
commitb373c3114b920ac8313b49cad4ca496901b2d1e0 (patch)
tree1c04aedd1a45cabab2f9076d471e0985443ea25d /backend
parentaf6784272c5fa01fa755ab515c151c3b8a693183 (diff)
downloaddecky-loader-b373c3114b920ac8313b49cad4ca496901b2d1e0.tar.gz
decky-loader-b373c3114b920ac8313b49cad4ca496901b2d1e0.zip
Moved main.py
Diffstat (limited to 'backend')
-rw-r--r--backend/main.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/main.py b/backend/main.py
index 46a0671a..c2b99089 100644
--- a/backend/main.py
+++ b/backend/main.py
@@ -1,4 +1,4 @@
-# This file is needed to make the relative imports in src/ work properly.
+# This file is needed to make the relative imports in backend/ work properly.
if __name__ == "__main__":
- from src.main import main
+ from backend.main import main
main()