"""System notification builtin plugin."""
from app.plugins.builtins.system_notif.plugin import SystemNotifPlugin
__all__ = ["SystemNotifPlugin"]