diff --git a/comicfn2dict/parse.py b/comicfn2dict/parse.py index c31ba6d..0978c0f 100644 --- a/comicfn2dict/parse.py +++ b/comicfn2dict/parse.py @@ -38,6 +38,8 @@ _DATE_KEYS = frozenset({"year", "month", "day"}) class ComicFilenameParser: + """Parse a filename metadata into a dict.""" + def path_index(self, key: str): """Lazily retrieve and memoize the key's location in the path.""" if key == "remainders":