import sys from main import run_cli if __name__ == "__main__": try: run_cli() except KeyboardInterrupt: sys.exit(0)