This repository has been archived on 2025-09-07. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
MouseyBot/Mousey/Bot/States/offer_news.py
2025-08-22 11:37:26 +07:00

7 lines
137 B
Python

from aiogram.fsm.state import StatesGroup, State
class OfferNews(StatesGroup):
typing_text = State()
typing_contact = State()