Fix imports

This commit is contained in:
Lonami Exo
2021-09-12 16:23:55 +02:00
parent 01061e0719
commit 5fd2a017b2
11 changed files with 27 additions and 13 deletions

View File

@@ -2,8 +2,7 @@
from ._misc import helpers # no dependencies
from . import _tl # no dependencies
from ._misc import utils # depends on helpers and _tl
from ._tl import custom # depends on utils
from ._misc import hints # depends on custom
from ._misc import hints # depends on types/custom
from ._client.telegramclient import TelegramClient
from ._network import connection