aprsd-weewx-plugin/aprsd_weewx_plugin/conf/__init__.py

8 lines
115 B
Python

from oslo_config import cfg
from aprsd_weewx_plugin.conf import weewx
CONF = cfg.CONF
weewx.register_opts(CONF)