Separate user methods from the base client

This commit is contained in:
Lonami Exo
2018-06-09 21:22:54 +02:00
parent 4b147f0153
commit bb9b9796e0
5 changed files with 324 additions and 300 deletions

View File

@@ -1,6 +1,5 @@
import logging
from .telegram_bare_client import TelegramBareClient
from .telegram_client import TelegramClient
from .client.telegramclient import TelegramClient
from .network import connection
from . import tl, version