add comments to show execution flow

This commit is contained in:
Matthias
2021-12-04 03:37:13 +01:00
parent 1ef7163b94
commit 3239e60702
+3
View File
@@ -42,6 +42,9 @@ class NotificationMethod:
def setup(self):
return True
# def send(self, receiver)
# def send_bulk(self)
def cleanup(self):
return True