python-telegram-bot/telegram/utils/botan.py

5 lines
153 B
Python
Raw Normal View History

from .deprecate import deprecate
2016-05-28 09:12:10 +02:00
from telegram.contrib.botan import Botan as Bo
2016-05-28 09:12:10 +02:00
Botan = deprecate(Bo, 'telegram.utils.botan', 'telegram.contrib.botan')