Source code for kibitzr.notifier

from .factory import CompositeNotifier


[docs]def notify_factory(conf): return CompositeNotifier(conf)