mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-09 13:29:47 +00:00
Fix some modules were public when they should not have been
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# Note: the import order matters
|
||||
from ._misc import helpers # no dependencies
|
||||
from ._misc import helpers as _ # no dependencies
|
||||
from . import _tl # no dependencies
|
||||
from ._misc import utils # depends on helpers and _tl
|
||||
from ._misc import hints # depends on types/custom
|
||||
from ._misc import utils as _ # depends on helpers and _tl
|
||||
from ._misc import hints as _ # depends on types/custom
|
||||
|
||||
from ._client.telegramclient import TelegramClient
|
||||
from . import version, events, utils, errors, enums
|
||||
from . import version, events, errors, enums
|
||||
|
||||
__version__ = version.__version__
|
||||
|
Reference in New Issue
Block a user