pyTelegramBotAPI/telebot/ext/sync/__init__.py

10 lines
131 B
Python

"""
A folder with all the sync extensions.
"""
from .webhooks import SyncWebhookListener
__all__ = [
"SyncWebhookListener"
]