from aiogram.fsm.state import State, StatesGroup #TODO: Use states somewhere class ChangePost(StatesGroup): Text = State()