Портфолио: Рефакторинг кода

This commit is contained in:
Kirill Samoylenkov 2025-08-22 21:11:08 +07:00
parent f6a2c1fa30
commit 5c18e22b80
31 changed files with 447 additions and 283 deletions

View file

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

View file

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