7 lines
128 B
Python
7 lines
128 B
Python
from radicale import hook
|
|
|
|
|
|
class Hook(hook.BaseHook):
|
|
def notify(self, content):
|
|
"""Notify nothing. Empty hook."""
|