speedy / app.py
joermd's picture
Update app.py
615e710 verified
raw
history blame
114 Bytes
import zipfile
with zipfile.ZipFile("defaults.zip", "r") as zip_ref:
zip_ref.extractall("joermd/speedy/main")