mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Add handlers to __init__ file
This commit is contained in:
parent
331eb62455
commit
7bd52c3718
1 changed files with 4 additions and 0 deletions
|
|
@ -34,3 +34,7 @@ from .client.input_media_photo import InputMediaPhoto
|
|||
from .client.input_media_video import InputMediaVideo
|
||||
from .client.input_phone_contact import InputPhoneContact
|
||||
from .client import Emoji
|
||||
from .client.handler import (
|
||||
MessageHandler, EditedMessageHandler, ChannelPostHandler,
|
||||
EditedChannelPostHandler
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue