4 lines
79 B
Python
4 lines
79 B
Python
|
|
from langchain_classic.base_memory import BaseMemory
|
||
|
|
|
||
|
|
__all__ = ["BaseMemory"]
|