Update manifests and modules

This commit is contained in:
erinhmclark
2025-01-24 12:58:16 +00:00
parent ba4b330881
commit aa7ca93a43
95 changed files with 172 additions and 115 deletions

View File

@@ -1 +1 @@
from hash_enricher import HashEnricher
from .hash_enricher import HashEnricher

View File

@@ -10,7 +10,7 @@ making it suitable for handling large files efficiently.
import hashlib
from loguru import logger
from auto_archiver.base_modules import Enricher
from auto_archiver.base_processors import Enricher
from auto_archiver.core import Metadata, ArchivingContext