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