Source code for couchpotato.core.notifications.core

from .main import CoreNotifier


[docs]def autoload(): return CoreNotifier()