"""sapcli 包入口,支持 python -m sapcli 运行。""" from sapcli.cli.app import main if __name__ == "__main__": main()