1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00
Radicale/radicale/hook/none.py

7 lines
138 B
Python
Raw Normal View History

2020-08-17 02:05:02 +02:00
from radicale import hook
class Hook(hook.BaseHook):
2020-08-17 02:14:04 +02:00
def notify(self, notification_item):
2020-08-17 02:05:02 +02:00
"""Notify nothing. Empty hook."""