# from src.ui.main_ui import launch from updater import Update if __name__ == "__main__": Update() # launch("--debug")