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