955a5981934079f6e5969f4f60a04d3fa92e8bc7
[pti/o2.git] / o2ims / views / api_ns.py
1 from flask_restx import Namespace\r
2 \r
3 \r
4 api_ims_inventory_v1 = Namespace(\r
5     "O2IMS_Inventory",\r
6     description='IMS Inventory related operations.')\r
7 \r
8 api_provision_v1 = Namespace(\r
9     "PROVISION",\r
10     description='Provision related operations.')\r