unzip# unzip(zip_path: str, target_dir: str) → None[source]# Unzip contents of zip file at zip_path into target_dir. Creates target_dir if needed. Parameters: zip_path (str) – target_dir (str) – Return type: None