add comments to show execution flow
This commit is contained in:
parent
1ef7163b94
commit
3239e60702
|
|
@ -42,6 +42,9 @@ class NotificationMethod:
|
|||
def setup(self):
|
||||
return True
|
||||
|
||||
# def send(self, receiver)
|
||||
# def send_bulk(self)
|
||||
|
||||
def cleanup(self):
|
||||
return True
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue