This commit is contained in:
2026-02-28 09:48:37 +03:00
parent c57a40b09a
commit 44182955aa
15 changed files with 414 additions and 21 deletions
@@ -11,3 +11,9 @@ class AdminMenuSG(StatesGroup):
users_list = State()
statistics = State()
broadcast = State()
class RegistrationSG(StatesGroup):
select_floor = State()
select_room = State()
select_resident = State()