Files

6 lines
102 B
Python

"""System monitoring plugin package."""
from .plugin import SystemPlugin
__all__ = ["SystemPlugin"]