mirror of
https://github.com/hemna/aprsd-slack-plugin.git
synced 2026-05-01 04:13:59 -04:00
11 lines
132 B
Python
11 lines
132 B
Python
|
|
import logging
|
||
|
|
|
||
|
|
from oslo_config import cfg
|
||
|
|
|
||
|
|
from aprsd_slack_plugin.conf import slack
|
||
|
|
|
||
|
|
|
||
|
|
CONF = cfg.CONF
|
||
|
|
|
||
|
|
slack.register_opts(CONF)
|