mirror of
https://github.com/hemna/aprsd-telegram-plugin.git
synced 2025-07-29 20:12:25 -04: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)
|