Docs: Fix issue of the docs; Update 'sol0018' to 'sol018'
[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.')