mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-13 12:15:09 +03:00
fix broken import
This commit is contained in:
+2
-2
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user