# Aiogram imports from aiogram.fsm.state import State, StatesGroup class MainStates(StatesGroup): main = State() waiting_amount = State()