This repository has been archived on 2022-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
it-volunteers-for-peace/states/project.py

7 lines
142 B
Python
Raw Normal View History

2022-10-16 19:08:23 +00:00
from aiogram.dispatcher.filters.state import State, StatesGroup
class ProjectStates(StatesGroup):
2022-10-22 12:35:19 +00:00
create = State()
2022-10-21 18:06:20 +00:00
search = State()