mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-11-10 11:00:36 +00:00
Remove underscore from module names
This commit is contained in:
@@ -4,7 +4,7 @@ such as the AES IGE mode used by Telegram, the authorization key bound with
|
||||
their data centers, and so on.
|
||||
"""
|
||||
from .aes import AES
|
||||
from .aes_ctr import AESModeCTR
|
||||
from .auth_key import AuthKey
|
||||
from .aesctr import AESModeCTR
|
||||
from .authkey import AuthKey
|
||||
from .factorization import Factorization
|
||||
from .cdn_decrypter import CdnDecrypter
|
||||
from .cdndecrypter import CdnDecrypter
|
||||
|
||||
Reference in New Issue
Block a user