mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-01-09 19:49:39 +01:00
Adds telegram.utils.botan back using deprecate
This commit is contained in:
parent
c4d5eff9f3
commit
3907e64966
1 changed files with 4 additions and 0 deletions
4
telegram/utils/botan.py
Normal file
4
telegram/utils/botan.py
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
from .deprecate import deprecate
|
||||||
|
from telegram.ext.botan import Botan as Bo
|
||||||
|
|
||||||
|
Botan = deprecate(Bo, 'telegram.utils.botan', 'telegram.ext.botan')
|
Loading…
Reference in a new issue