2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 12:05:53 +00:00

add comments to show execution flow

This commit is contained in:
Matthias
2021-12-04 03:37:13 +01:00
parent 1ef7163b94
commit 3239e60702

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