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