mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 15:17:00 +01:00
4 lines
153 B
Python
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')
|