Files
Timmy-time-dashboard/src/dashboard/store.py
hermes 4a68f6cb8b
Some checks failed
Tests / lint (push) Failing after 3s
Tests / test (push) Has been skipped
[loop-cycle-53] refactor: break circular imports between packages (#164) (#193)
2026-03-15 12:52:18 -04:00

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