9 lines
179 B
Python
9 lines
179 B
Python
"""
|
|
Telegram Bridge.
|
|
|
|
Provides a bridge between Telegram API and HTTP API for sending and receiving messages.
|
|
"""
|
|
|
|
from api import TelegramApiClient
|
|
from database import init_db
|
|
|