python-telegram-bot/telegram/utils/botan.py
2016-05-28 09:12:10 +02:00

4 lines
153 B
Python

from .deprecate import deprecate
from telegram.contrib.botan import Botan as Bo
Botan = deprecate(Bo, 'telegram.utils.botan', 'telegram.contrib.botan')