建模程序 多个定时程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

10 lines
197 B

from auto_sliceing_operate.utils.miniIo import upload_file
# 测试上传文件
def test_upload_file():
upload_file("test.txt", "test.txt")
if __name__ == "__main__":
test_upload_file()