mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-13 09:03:20 +03:00
5 lines
150 B
Python
5 lines
150 B
Python
# This file is needed to make the relative imports in backend/ work properly.
|
|
if __name__ == "__main__":
|
|
from backend.main import main
|
|
main()
|