python-telegram-bot/telegram/utils/botan.py
2016-05-26 14:13:27 -03:00

4 lines
145 B
Python

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