group-wbl/.venv/lib/python3.13/site-packages/langchain_classic/schema/storage.py

4 lines
85 B
Python
Raw Normal View History

2026-01-09 09:48:03 +08:00
from langchain_core.stores import BaseStore, K, V
__all__ = ["BaseStore", "K", "V"]