多语言集成Python API版本: 0.8On this pagePython API添加依赖python3 -m pip install kcl-lib快速开始import kcl_lib.api as apiargs = api.ExecProgram_Args(k_filename_list=["path/to/kcl.k"])api = api.API()result = api.exec_program(args)print(result.yaml_result)