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