updog-alerts_template/alerts_template.py

7 lines
133 B
Python
Raw Normal View History

2024-01-31 18:35:48 -06:00
class AlertsTemplate:
def __init__(self, arguments):
pass
def alert(self, service_name, code, status):
pass