feat(v2): add LBA snapshot extractor and command

This commit is contained in:
Alfredo Di Stasio
2026-03-13 14:28:35 +01:00
parent 850e4de71b
commit 97913c4a79
9 changed files with 358 additions and 0 deletions

View File

@ -7,10 +7,12 @@ from .base import (
ExtractorNormalizationError,
ExtractorParseError,
)
from .lba import LBASnapshotExtractor
from .registry import available_extractors, create_extractor
__all__ = [
"BaseSnapshotExtractor",
"LBASnapshotExtractor",
"ExtractionResult",
"ExtractorError",
"ExtractorConfigError",