Hemna a4dfb1393d Updated config options
This also updates the README
2024-08-02 11:12:09 -04:00

7 lines
123 B
Python

from aprsd_telegram_plugin.conf import telegram
from oslo_config import cfg
CONF = cfg.CONF
telegram.register_opts(CONF)