Refactor o2dms api swagger
[pti/o2.git] / o2dms / views / __init__.py
index b514342..ce75f50 100644 (file)
@@ -11,3 +11,8 @@
 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
 #  See the License for the specific language governing permissions and\r
 #  limitations under the License.\r
+\r
+from flask_restx import Namespace\r
+\r
+api_dms_lcm_v1 = Namespace(\r
+    "O2DMS_LCM", description='DMS LCM related operations.')\r