Hemna e74585f4e7 Update for aprsd 3.0.0
This patch adds the new conf settings for slack plugin
2023-01-10 14:10:46 -05:00

8 lines
115 B
Python

from oslo_config import cfg
from aprsd_slack_plugin.conf import slack
CONF = cfg.CONF
slack.register_opts(CONF)