mirror of
https://github.com/hemna/aprsd-slack-plugin.git
synced 2026-03-01 20:50:58 -05: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)
|