monitoring/obsdsnmp/__main__.py

7 lines
134 B
Python

# coding: utf-8
"""Code to be run if invoked with python -m."""
from obsdsnmp import command
command(auto_envvar_prefix='OBSDSNMP')