First working draft of kafka for inference app
[demo.git] / vnfs / DAaaS / microservices / PythonApps / python-kafkaConsumer-inference-app / src / utils / utils.py
diff --git a/vnfs/DAaaS/microservices/PythonApps/python-kafkaConsumer-inference-app/src/utils/utils.py b/vnfs/DAaaS/microservices/PythonApps/python-kafkaConsumer-inference-app/src/utils/utils.py
new file mode 100644 (file)
index 0000000..4ed3b47
--- /dev/null
@@ -0,0 +1,8 @@
+class utils:
+
+    def __init__(self):
+        pass
+
+    def readFile(self, fileName):
+        pass
+