7 lines
143 B
Python
7 lines
143 B
Python
from .file_storage import IFileStorage
|
|
from .document_store import IDocumentStore
|
|
|
|
__all__ = [
|
|
"IFileStorage",
|
|
"IDocumentStore"
|
|
] |