Updated __init__.py

This commit is contained in:
Alex Root Junior 2023-08-27 16:59:48 +03:00
parent 8c4359da9a
commit 282ba66a90
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC

View file

@ -37,6 +37,7 @@ from .chat_photo import ChatPhoto
from .chat_shared import ChatShared
from .chosen_inline_result import ChosenInlineResult
from .contact import Contact
from .custom import DateTime
from .dice import Dice
from .document import Document
from .downloadable import Downloadable
@ -197,6 +198,7 @@ __all__ = (
"ChosenInlineResult",
"Contact",
"ContentType",
"DateTime",
"Dice",
"Document",
"Downloadable",