feat(telegram_bot): added states folder

This commit is contained in:
ITQ
2025-02-19 14:37:45 +03:00
parent f9f320e5fe
commit d5bfe42fb1
5 changed files with 32 additions and 0 deletions
@@ -0,0 +1,5 @@
from aiogram.fsm.state import State, StatesGroup
class StartDialogState(StatesGroup):
start = State()