diff --git a/scrapthechan/fileinfo.py b/scrapthechan/fileinfo.py index 039d9a8..5fcace2 100644 --- a/scrapthechan/fileinfo.py +++ b/scrapthechan/fileinfo.py @@ -5,7 +5,7 @@ from dataclasses import dataclass __all__ = ["FileInfo"] -@dataclass(frozen=True) +@dataclass(frozen=True, order=True) class FileInfo: """Stores information about a file.