Files
balance_bot/bot/states/union_states.py
2026-01-23 04:45:55 +07:00

6 lines
143 B
Python

# bot/states/union_states.py
from aiogram.fsm.state import State, StatesGroup
class UnionStates(StatesGroup):
waiting_for_union = State()