from src.ui.desktop_app import launch def main(): launch() if __name__ == "__main__": main()