Define message-summary dict keys as constants
[ric-plt/xapp-frame-py.git] / ricxappframe / xapp_rmr.py
index 6092e14..93eaeeb 100644 (file)
@@ -1,7 +1,3 @@
-"""
-Contains rmr functionality specific to the xapp
-The general rmr API is via "rmr"
-"""
 # ==================================================================================
 #       Copyright (c) 2020 Nokia
 #       Copyright (c) 2020 AT&T Intellectual Property.
@@ -19,6 +15,10 @@ The general rmr API is via "rmr"
 #   limitations under the License.
 # ==================================================================================
 
+"""
+Contains RMR functionality specific to the xapp.
+The general rmr API is via "rmr"
+"""
 
 import time
 import queue