From b373c3114b920ac8313b49cad4ca496901b2d1e0 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Tue, 26 Sep 2023 14:55:09 +0200 Subject: Moved main.py --- backend/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backend') 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() -- cgit v1.2.3