mirror of
https://github.com/hemna/aprsd-twitter-plugin.git
synced 2025-06-28 23:15:19 -04:00
8 lines
121 B
Python
8 lines
121 B
Python
from oslo_config import cfg
|
|
|
|
from aprsd_twitter_plugin.conf import twitter
|
|
|
|
|
|
CONF = cfg.CONF
|
|
twitter.register_opts(CONF)
|