Hemna d51347f48e Update for aprsd 3.0.0
This patch updates for using the oslo_config style CONF
and declares the plugin config vars
2022-12-29 14:44:34 -05:00

11 lines
138 B
Python

import logging
from oslo_config import cfg
from aprsd_twitter_plugin.conf import twitter
CONF = cfg.CONF
twitter.register_opts(CONF)