"""生产验收执行器的命令入口。""" from phase3_acceptance import main if __name__ == "__main__": raise SystemExit(main())