group-wbl/.venv/lib/python3.13/site-packages/langchain_classic/schema/storage.py
2026-01-09 09:48:03 +08:00

4 lines
85 B
Python

from langchain_core.stores import BaseStore, K, V
__all__ = ["BaseStore", "K", "V"]