2026-01-27 16:03:40 -05:00

7 lines
114 B
Python

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