add profile dialog

This commit is contained in:
2025-09-25 20:48:39 +03:00
parent 8c801eb66e
commit cbe1919343
12 changed files with 117 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
from aiogram.fsm.state import State, StatesGroup
class StartSG(StatesGroup):
class UserStartSG(StatesGroup):
start = State()