Addd hook capability
This commit is contained in:
6
radicale/hook/none.py
Normal file
6
radicale/hook/none.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from radicale import hook
|
||||
|
||||
|
||||
class Hook(hook.BaseHook):
|
||||
def notify(self, content):
|
||||
"""Notify nothing. Empty hook."""
|
||||
Reference in New Issue
Block a user