mirror of
https://github.com/langchain-ai/memory-template.git
synced 2026-07-01 13:40:54 -04:00
6 lines
132 B
Python
6 lines
132 B
Python
from memory_graph.configuration import Configuration
|
|
|
|
|
|
def test_configuration_from_none() -> None:
|
|
Configuration.from_context()
|