Init commit

This commit is contained in:
Kirill Samoylenkov 2025-08-22 11:37:26 +07:00
commit d6e00c56e7
49 changed files with 2324 additions and 0 deletions

View file

@ -0,0 +1,4 @@
__all__ = ["OfferNews"]
from .offer_news import OfferNews

View file

@ -0,0 +1,7 @@
from aiogram.fsm.state import StatesGroup, State
class OfferNews(StatesGroup):
typing_text = State()
typing_contact = State()