from ui.app import AppUI if __name__ == "__main__": # start the ui app = AppUI() app.run()