mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 22:31:59 +00: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__":
|
if __name__ == "__main__":
|
||||||
from backend.main import main
|
from src.main import main
|
||||||
main()
|
main()
|
||||||
|
|||||||
Reference in New Issue
Block a user