from git_monitor.main import Application if __name__ == "__main__": app = Application() app.run()