pyTelegramBotAPI/telebot/ext/aio/__init__.py

10 lines
134 B
Python

"""
A folder with all the async extensions.
"""
from .webhooks import AsyncWebhookListener
__all__ = [
"AsyncWebhookListener"
]