mirror of
https://github.com/hemna/aprsd-slack-plugin.git
synced 2026-01-19 20:15:30 -05:00
8 lines
115 B
Python
8 lines
115 B
Python
from oslo_config import cfg
|
|
|
|
from aprsd_slack_plugin.conf import slack
|
|
|
|
|
|
CONF = cfg.CONF
|
|
slack.register_opts(CONF)
|