from aiogram.fsm.state import StatesGroup, State class ExecuteCommandsSteps(StatesGroup): EXECUTE = State()