from .base import BaseDocumentStore from .simple import InMemoryDocumentStore __all__ = ["BaseDocumentStore", "InMemoryDocumentStore"]