6 lines
259 B
Python
6 lines
259 B
Python
"""Backward-compatible re-export — canonical home is infrastructure.chat_store."""
|
|
|
|
from infrastructure.chat_store import DB_PATH, MAX_MESSAGES, Message, MessageLog, message_log
|
|
|
|
__all__ = ["DB_PATH", "MAX_MESSAGES", "Message", "MessageLog", "message_log"]
|