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