mirror of
https://github.com/hemna/aprsd-stock-plugin.git
synced 2026-06-19 05:48:37 -04:00
7 lines
112 B
Python
7 lines
112 B
Python
from oslo_config import cfg
|
|
|
|
from aprsd_stock_plugin.conf import main
|
|
|
|
CONF = cfg.CONF
|
|
main.register_opts(CONF)
|