# -*- coding: utf-8 -*-
from .telegram import tg_send, tg_get_updates

__all__ = ["tg_send", "tg_get_updates"]
