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/aio/__init__.py
Normal file
10
telebot/ext/aio/__init__.py
Normal file
@ -0,0 +1,10 @@
|
||||
"""
|
||||
A folder with all the async extensions.
|
||||
"""
|
||||
|
||||
from .webhooks import AsyncWebhookListener
|
||||
|
||||
|
||||
__all__ = [
|
||||
"AsyncWebhookListener"
|
||||
]
|
Reference in New Issue
Block a user