Python telepot 模块,aio() 实例源码

我们从Python开源项目中,提取了以下1个代码示例,用于说明如何使用telepot.aio()

项目:AssemblyBot    作者:mbikovitsky    | 项目源码 | 文件源码
def __init__(self, *args, **kwargs):
        super().__init__(*args, **kwargs)
        self._answerer = telepot.aio.helper.Answerer(self)