| Total Complexity | 0 |
| Total Lines | 7 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | #!/usr/bin/python |
||
| 2 | # -*- coding: utf-8 -*- |
||
| 3 | |||
| 4 | from kuon.watcher.notifications.telegram import Telegram |
||
| 5 | |||
| 6 | __all__ = [Telegram] |
||
| 7 |