6 lines
144 B
Python
6 lines
144 B
Python
from services.chat.memory_layer import (
|
|
PresentationChatMemoryLayer as PresentationContextStore,
|
|
)
|
|
|
|
__all__ = ["PresentationContextStore"]
|