mirror of
https://github.com/hemna/aprsd-twitter-plugin.git
synced 2026-02-28 04:02:09 -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)
|