This commit is contained in:
Jesse Bannon 2023-10-03 13:12:12 -07:00
parent d0ef172f78
commit dd7ad00e46

View file

@ -33,6 +33,7 @@ def _get_file_md5_hash(full_file_path: str | Path) -> str:
return "INFO_JSON"
return get_file_md5_hash(full_file_path=full_file_path)
@dataclass
class ExpectedDownloadFile:
path: Path