restic-compose-backup/src/restic_compose_backup/commands/alert.py
2023-03-08 23:29:15 +01:00

9 lines
147 B
Python

from .base import BaseCommand
class Command(BaseCommand):
"""Send an alert"""
name = "alert"
def run(self):
print("Alert!")