Fix INF-359 and INF-352 about the alarm event record
[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.')