"""Run the agentic prompt upsampling CLI.""" from agentic_upsampling.run import main if __name__ == "__main__": raise SystemExit(main())