mirror of
https://github.com/samjage/metro-warden.git
synced 2026-06-06 03:00:41 +00:00
6 lines
102 B
Python
6 lines
102 B
Python
"""System monitoring plugin package."""
|
|
|
|
from .plugin import SystemPlugin
|
|
|
|
__all__ = ["SystemPlugin"]
|