mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-15 18:13:40 +03:00
Moved main.py
This commit is contained in:
4
backend/main.py
Normal file
4
backend/main.py
Normal file
@@ -0,0 +1,4 @@
|
||||
# This file is needed to make the relative imports in backend/ work properly.
|
||||
if __name__ == "__main__":
|
||||
from backend.main import main
|
||||
main()
|
||||
Reference in New Issue
Block a user