First commit
This commit is contained in:
5
bot/states/union_states.py
Normal file
5
bot/states/union_states.py
Normal file
@@ -0,0 +1,5 @@
|
||||
# bot/states/union_states.py
|
||||
from aiogram.fsm.state import State, StatesGroup
|
||||
|
||||
class UnionStates(StatesGroup):
|
||||
waiting_for_union = State()
|
||||
Reference in New Issue
Block a user