4 lines
122 B
Python
4 lines
122 B
Python
|
|
from langchain_core.documents import BaseDocumentTransformer, Document
|
||
|
|
|
||
|
|
__all__ = ["BaseDocumentTransformer", "Document"]
|