Radicale/radicale/hook/none.py
2020-08-17 02:14:04 +02:00

6 lines
138 B
Python

from radicale import hook
class Hook(hook.BaseHook):
def notify(self, notification_item):
"""Notify nothing. Empty hook."""