ggfm.data.extract_zip¶
- class ggfm.data.extract_zip(path: str, folder: str, log: bool = True)[source]¶
Bases:
Extracts a zip archive to a specific folder.
- Parameters:
path (str) – The path to the tar archive.
folder (str) – The folder.
log (bool, optional) – If
False, will not print anything to the console. (default:True)