aprsd-slack-plugin/aprsd_slack_plugin/conf/__init__.py

8 lines
115 B
Python

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