File: __init__.py

package info (click to toggle)
telegram-send 0.39.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 296 kB
  • sloc: python: 561; sh: 22; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 177 bytes parent folder | download
1
2
3
4
5
6
7
8
"""
.. include:: ../README.md
"""
from .version import __version__
from .telegram_send import configure, delete, send


__all__ = ["configure", "delete", "send", "__version__"]