mirror of
https://github.com/hemna/aprsd-twitter-plugin.git
synced 2026-01-18 19:45:30 -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)
|