mirror of
https://github.com/hemna/aprsd-slack-plugin.git
synced 2026-03-16 04:41:18 -04:00
7 lines
114 B
Python
7 lines
114 B
Python
from oslo_config import cfg
|
|
|
|
from aprsd_slack_plugin.conf import slack
|
|
|
|
CONF = cfg.CONF
|
|
slack.register_opts(CONF)
|