mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Move pyrogram types import on the top
This commit is contained in:
parent
2fcd8ea54e
commit
66347a7140
1 changed files with 1 additions and 1 deletions
|
|
@ -26,10 +26,10 @@ __license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)"
|
|||
__version__ = "0.6.5"
|
||||
|
||||
from .api.errors import Error
|
||||
from .api.types.pyrogram import *
|
||||
from .client import ChatAction
|
||||
from .client import Client
|
||||
from .client import ParseMode
|
||||
from .client.input_media import InputMedia
|
||||
from .client.input_phone_contact import InputPhoneContact
|
||||
from .client import Emoji
|
||||
from .api.types.pyrogram import *
|
||||
|
|
|
|||
Loading…
Reference in a new issue