mirror of
https://github.com/samjage/metro-warden.git
synced 2026-06-06 02:40:43 +00:00
6 lines
93 B
Python
6 lines
93 B
Python
"""DNS monitoring plugin package."""
|
|
|
|
from .plugin import DNSPlugin
|
|
|
|
__all__ = ["DNSPlugin"]
|