6 lines
136 B
Python
Raw Normal View History

2022-03-18 21:25:50 +02:00
from aiogram.dispatcher.filters.state import State, StatesGroup
class Verifycation(StatesGroup):
tag = State()
token = State()