feat(bot): add basic in-db message storage (no attachments yet)

This commit is contained in:
h
2025-08-25 00:49:06 +03:00
parent d21ff78727
commit 1d22cfd3db
6 changed files with 99 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
from .config import DynamicConfig
from .message_log import MessageLog
from .session import RespondSession, ReviewSession