Files
Radicale/radicale/hook/none.py
2020-08-17 02:05:02 +02:00

7 lines
128 B
Python

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