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