Session-gated MinIO save sync with AppImage GUI, CLI edit/session flow, and Gitea release helper. Co-authored-by: Cursor <[email protected]>
7 lines
143 B
Python
7 lines
143 B
Python
"""PyInstaller / AppImage entry — launches SyncGames thin GUI."""
|
|
|
|
from syncgames.gui.app import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|