4 lines
85 B
Python
4 lines
85 B
Python
|
|
from langchain_core.stores import BaseStore, K, V
|
||
|
|
|
||
|
|
__all__ = ["BaseStore", "K", "V"]
|