Files
aprsd-stock-plugin/aprsd_stock_plugin/conf/__init__.py
T
2026-01-23 11:57:15 -05:00

7 lines
112 B
Python

from oslo_config import cfg
from aprsd_stock_plugin.conf import main
CONF = cfg.CONF
main.register_opts(CONF)