mirror of
https://github.com/hemna/aprsd-slack-plugin.git
synced 2026-02-22 09:10:18 -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)
|