mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-10 18:59:33 +00:00
Significantly clean-up imports
Sure wish I would've automated this.
This commit is contained in:
@@ -1,4 +1,14 @@
|
||||
from . import abcs, core, functions, mtproto, types
|
||||
from . import abcs, functions, mtproto, types
|
||||
from .core import Request
|
||||
from .layer import LAYER, TYPE_MAPPING
|
||||
|
||||
__all__ = ["abcs", "core", "functions", "mtproto", "types", "LAYER", "TYPE_MAPPING"]
|
||||
__all__ = [
|
||||
"abcs",
|
||||
"core",
|
||||
"functions",
|
||||
"mtproto",
|
||||
"types",
|
||||
"Request",
|
||||
"LAYER",
|
||||
"TYPE_MAPPING",
|
||||
]
|
||||
|
Reference in New Issue
Block a user