Портфолио: Рефакторинг кода
This commit is contained in:
parent
f6a2c1fa30
commit
5c18e22b80
31 changed files with 447 additions and 283 deletions
|
|
@ -1,4 +1,3 @@
|
|||
__all__ = ["OfferNews"]
|
||||
|
||||
from .offer_news import OfferNews
|
||||
|
||||
|
|
|
|||
|
|
@ -4,4 +4,3 @@ from aiogram.fsm.state import StatesGroup, State
|
|||
class OfferNews(StatesGroup):
|
||||
typing_text = State()
|
||||
typing_contact = State()
|
||||
|
||||
|
|
|
|||
Reference in a new issue