X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=o2dms%2Fviews%2F__init__.py;fp=o2dms%2Fviews%2F__init__.py;h=ce75f501a7ef3b9240ad0bd34755181690de97b4;hb=c3ab2dcb442a0e66b7a621c59c6c7a679c26cee9;hp=b5143427f48b0c69b4f5d32700ea9d7ae1ecc465;hpb=66318dfadc702f79ee8bc2a7c2289803b1b01033;p=pti%2Fo2.git diff --git a/o2dms/views/__init__.py b/o2dms/views/__init__.py index b514342..ce75f50 100644 --- a/o2dms/views/__init__.py +++ b/o2dms/views/__init__.py @@ -11,3 +11,8 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +from flask_restx import Namespace + +api_dms_lcm_v1 = Namespace( + "O2DMS_LCM", description='DMS LCM related operations.')