1
0
This repository has been archived on 2026-03-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Timmy-time-dashboard/src/dashboard/store.py

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"]