1. 首页
  2. 移动开发
  3. 其他
  4. python sdk:用于编写Airplane.dev任务的Python SDK 源码

python sdk:用于编写Airplane.dev任务的Python SDK 源码

上传者: 2021-04-04 14:50:30上传 ZIP文件 14.26KB 热度 5次
飞机Python SDK 用于以Python编写飞机任务的SDK。 用法 首先,安装SDK: pip install airplanesdk 接下来,您可以使用SDK生成将与日志分开的输出: import airplane airplane . write_output ( "Show me what you got" ) # You can also separate outputs into groups by attaching names: airplane . write_named_output ( "saying" , "Show me what you got" ) a
下载地址
用户评论