2016-05-26 14:13:27 -03:00
|
|
|
from .deprecate import deprecate
|
2016-05-28 09:12:10 +02:00
|
|
|
from telegram.contrib.botan import Botan as Bo
|
2016-05-26 14:13:27 -03:00
|
|
|
|
2016-05-28 09:12:10 +02:00
|
|
|
Botan = deprecate(Bo, 'telegram.utils.botan', 'telegram.contrib.botan')
|