Move alltlobjects.py and fix imports

This commit is contained in:
Lonami Exo
2021-09-12 16:58:06 +02:00
parent 5fd2a017b2
commit 499fc9f603
32 changed files with 145 additions and 158 deletions

View File

@@ -9,7 +9,7 @@ from hashlib import sha1
from .. import helpers, _tl
from .._crypto import AES, AuthKey, Factorization, rsa
from ..errors import SecurityError
from .._misc import BinaryReader
from .._misc.binaryreader import BinaryReader
async def do_authentication(sender):