This commit is contained in:
2022-03-18 21:25:50 +02:00
commit 2baff4118e
28 changed files with 573 additions and 0 deletions

5
fsm/base.py Normal file
View File

@@ -0,0 +1,5 @@
from aiogram.dispatcher.filters.state import State, StatesGroup
class Verifycation(StatesGroup):
tag = State()
token = State()