2025-03-29 01:46:56 +03:00

5 lines
108 B
Python

from aiogram.fsm.state import State, StatesGroup
class ExampleState(StatesGroup):
input_user = State()