This commit is contained in:
2026-03-01 16:19:55 +03:00
parent cf0b0309fc
commit 3d0dd57752
6 changed files with 128 additions and 18 deletions
@@ -4,6 +4,7 @@ from aiogram.fsm.state import State, StatesGroup
class MainMenuSG(StatesGroup):
main = State()
history = State()
top_residents = State()
faq = State()