mirror of
https://github.com/hemna/aprsd-weewx-plugin.git
synced 2025-06-26 06:15:16 -04:00
8 lines
115 B
Python
8 lines
115 B
Python
from oslo_config import cfg
|
|
|
|
from aprsd_weewx_plugin.conf import weewx
|
|
|
|
|
|
CONF = cfg.CONF
|
|
weewx.register_opts(CONF)
|