Remove underscore from module names

This commit is contained in:
Lonami Exo
2018-06-18 21:02:42 +02:00
parent 262018959f
commit 4e9a84c3b5
19 changed files with 17 additions and 20 deletions

View File

@@ -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