mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Divided async and sync versions into aio & sync folders
This commit is contained in:
10
telebot/ext/sync/__init__.py
Normal file
10
telebot/ext/sync/__init__.py
Normal file
@ -0,0 +1,10 @@
|
||||
"""
|
||||
A folder with all the sync extensions.
|
||||
"""
|
||||
|
||||
from .webhooks import SyncWebhookListener
|
||||
|
||||
|
||||
__all__ = [
|
||||
"SyncWebhookListener"
|
||||
]
|
Reference in New Issue
Block a user