1
0
mirror of https://github.com/hemna/aprsd-twitter-plugin.git synced 2025-06-28 23:15:19 -04:00
2023-01-10 11:48:51 -05:00

8 lines
121 B
Python

from oslo_config import cfg
from aprsd_twitter_plugin.conf import twitter
CONF = cfg.CONF
twitter.register_opts(CONF)