first com2
This commit is contained in:
0
states/__init__.py
Normal file
0
states/__init__.py
Normal file
5
states/support.py
Normal file
5
states/support.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from aiogram.fsm.state import StatesGroup, State
|
||||
|
||||
|
||||
class SupportStorage(StatesGroup):
|
||||
prompt = State()
|
||||
Reference in New Issue
Block a user