mirror of
https://github.com/hemna/aprsd-telegram-plugin.git
synced 2026-01-20 20:45:46 -05:00
10 lines
137 B
Python
10 lines
137 B
Python
import logging
|
|
|
|
from aprsd_twitter_plugin.conf import twitter
|
|
from oslo_config import cfg
|
|
|
|
|
|
CONF = cfg.CONF
|
|
|
|
twitter.register_opts(CONF)
|