mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 04:52:30 +00:00
Totally refactored source files location
Now it *should* be easier to turn Telethon into a pip package
This commit is contained in:
4
telethon/crypto/__init__.py
Normal file
4
telethon/crypto/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from .aes import AES
|
||||
from .rsa import RSA, RSAServerKey
|
||||
from .auth_key import AuthKey
|
||||
from .factorizator import Factorizator
|
Reference in New Issue
Block a user