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

11 lines
132 B
Python

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