Commit f8fdb6fa authored by zhaokai's avatar zhaokai

优化

parent 26219afe
#!/usr/bin/env python3 #!/usr/bin/env python3
# 三方包导入 # 三方包导入
import os import os,sys,requests,json,time,yaml
import sys
import requests
import json
import time
import yaml
# apis 导入 # apis 导入
from apis.login_api import login from apis.login_api import login
from apis.get_prejects_api import getProjects from apis.get_prejects_api import getProjects
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment