Addd hook capability

This commit is contained in:
Tuna Celik
2020-08-17 02:05:02 +02:00
parent 03e7e209da
commit 5253a464ab
7 changed files with 103 additions and 2 deletions

6
radicale/hook/none.py Normal file
View File

@@ -0,0 +1,6 @@
from radicale import hook
class Hook(hook.BaseHook):
def notify(self, content):
"""Notify nothing. Empty hook."""