This commit is contained in:
2026-05-26 19:00:04 -07:00
parent 0db899d0c3
commit cdae571385
24 changed files with 119 additions and 241 deletions
+2
View File
@@ -14,6 +14,8 @@ class LOC(Provider):
Currently implements Chronicling America collection search via the LoC JSON API.
"""
SUPPORTED_CMDLETS = frozenset({"search-file"})
@property
def preserve_order(self) -> bool:
return True