os.system('unzip file.zip')
ZipFile.extractall()
* Replace `os.system('unzip file.zip')` -> `ZipFile.extractall()` * Cleanup