from aiogram.dispatcher.filters.state import State, StatesGroup
class ProjectStates(StatesGroup):
create = State()
search = State()