6 lines
105 B
Python
6 lines
105 B
Python
|
|
"""Telegram adapter for ajarbot."""
|
||
|
|
|
||
|
|
from .adapter import TelegramAdapter
|
||
|
|
|
||
|
|
__all__ = ["TelegramAdapter"]
|