Get rid of full_sync

This commit is contained in:
Lonami Exo
2018-11-03 12:44:49 +01:00
parent c70943bb0e
commit 8e6b98669a
3 changed files with 43 additions and 211 deletions

View File

@@ -2,7 +2,7 @@ import logging
from .client.telegramclient import TelegramClient
from .network import connection
from .tl import types, functions, custom
from . import version, events, utils, errors, full_sync
from . import version, events, utils, errors
__version__ = version.__version__