mirror of
https://github.com/hemna/aprsd-twitter-plugin.git
synced 2026-03-03 13:40:11 -05:00
7 lines
120 B
Python
7 lines
120 B
Python
from oslo_config import cfg
|
|
|
|
from aprsd_twitter_plugin.conf import twitter
|
|
|
|
CONF = cfg.CONF
|
|
twitter.register_opts(CONF)
|