Init
This commit is contained in:
5
fsm/base.py
Normal file
5
fsm/base.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from aiogram.dispatcher.filters.state import State, StatesGroup
|
||||
|
||||
class Verifycation(StatesGroup):
|
||||
tag = State()
|
||||
token = State()
|
Reference in New Issue
Block a user