7 lines
156 B
Python
7 lines
156 B
Python
from .document_stores import *
|
|
from .file_storage import *
|
|
|
|
__all__ = []
|
|
__all__.extend(document_stores.__all__)
|
|
__all__.extend(file_storage.__all__)
|