feat(tg): forum-first adapter complete — handlers, bot.py, 46 tests pass

This commit is contained in:
Mikhail Putilovskij 2026-04-02 13:23:40 +03:00
parent 82dc840544
commit 24c61468d7
9 changed files with 675 additions and 0 deletions

View file

@ -0,0 +1,8 @@
from __future__ import annotations
from aiogram.fsm.state import State, StatesGroup
class SettingsState(StatesGroup):
menu = State()
soul_editing = State()