Fix INF-328 and INF-373 the resource change and update issue
[pti/o2.git] / o2dms / api / dms_api_ns.py
1 from flask_restx import Namespace
2
3
4 api_dms_lcm_v1 = Namespace(
5     "O2DMS_LCM", description='DMS LCM related operations.')