feat(v2): add BCL snapshot extractor and command
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
from .bcl import BCLSnapshotExtractor
|
||||
from .base import (
|
||||
BaseSnapshotExtractor,
|
||||
ExtractionResult,
|
||||
@ -12,6 +13,7 @@ from .registry import available_extractors, create_extractor
|
||||
|
||||
__all__ = [
|
||||
"BaseSnapshotExtractor",
|
||||
"BCLSnapshotExtractor",
|
||||
"LBASnapshotExtractor",
|
||||
"ExtractionResult",
|
||||
"ExtractorError",
|
||||
|
||||
Reference in New Issue
Block a user