7 lines
123 B
Python
Raw Normal View History

from aprsd_telegram_plugin.conf import telegram
2022-12-29 15:23:19 -05:00
from oslo_config import cfg
CONF = cfg.CONF
telegram.register_opts(CONF)