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