Move InteractiveClient to examples/ (and stop shipping it to pip)

This commit is contained in:
Lonami Exo
2017-06-08 14:00:27 +02:00
parent 88f87f6de2
commit a07c7bd0d0
4 changed files with 50 additions and 40 deletions

View File

@@ -1,5 +1,4 @@
from .errors import *
from .telegram_bare_client import TelegramBareClient
from .telegram_client import TelegramClient
from .interactive_telegram_client import InteractiveTelegramClient
from . import tl