This commit is contained in:
2026-03-03 22:33:21 +03:00
parent 69995cf099
commit 507258367a
4 changed files with 196 additions and 0 deletions
@@ -19,6 +19,9 @@ class AdminMenuSG(StatesGroup):
resident_info = State()
resident_logout_confirm = State()
resident_delete_confirm = State()
resident_rebind_floor = State()
resident_rebind_room = State()
resident_rebind_confirm = State()
add_hours_select = State()
remove_hours_select = State()
add_hours_custom = State()