6 lines
147 B
Python
6 lines
147 B
Python
"""System notification builtin plugin."""
|
|
|
|
from app.plugins.builtins.system_notif.plugin import SystemNotifPlugin
|
|
|
|
__all__ = ["SystemNotifPlugin"]
|