File: __init__.py

package info (click to toggle)
telegram-send 0.37-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 244 kB
  • sloc: python: 530; makefile: 5
file content (5 lines) | stat: -rw-r--r-- 110 bytes parent folder | download | duplicates (3)
1
2
3
4
5
from .version import __version__
from .telegram_send import configure, send


__all__ = ["configure", "send"]