mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 13:47:37 +03:00
6 lines
138 B
Python
6 lines
138 B
Python
from radicale import hook
|
|
|
|
|
|
class Hook(hook.BaseHook):
|
|
def notify(self, notification_item):
|
|
"""Notify nothing. Empty hook."""
|