mirror of
https://github.com/hemna/aprsd-telegram-plugin.git
synced 2026-01-18 11:35:37 -05:00
7 lines
123 B
Python
7 lines
123 B
Python
from aprsd_telegram_plugin.conf import telegram
|
|
from oslo_config import cfg
|
|
|
|
|
|
CONF = cfg.CONF
|
|
telegram.register_opts(CONF)
|