test2 / app.py
ghosthamlet's picture
Rename raft.py to app.py
54b504b
raw
history blame
149 Bytes
import requests
res = requests.get('https://www.dropbox.com/s/4j4z58wuv8o0mfz/models.zip')
with open('tmp.zip', 'wb') as f:
f.write(res.content)