5 lines
108 B
Python
Raw Normal View History

2025-03-29 01:46:56 +03:00
from aiogram.fsm.state import State, StatesGroup
class ExampleState(StatesGroup):
input_user = State()