diff --git a/telegram/utils/botan.py b/telegram/utils/botan.py new file mode 100644 index 000000000..e0d2d4b1f --- /dev/null +++ b/telegram/utils/botan.py @@ -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')