"""PyInstaller / AppImage entry — launches SyncGames thin GUI.""" from syncgames.gui.app import main if __name__ == "__main__": main()