File size: 257 Bytes
71e7dd8
 
 
 
 
 
1
2
3
4
5
6
7
from .base import DocumentsManager
from .pickle import DocumentsPickle
from .sqlite import DocumentsDB
from .utils import get_documents_manager_from_extension

__all__ = [DocumentsManager, DocumentsPickle, DocumentsDB, get_documents_manager_from_extension]