aboutsummaryrefslogtreecommitdiffstats
path: root/moonv4/moon_wrapper/moon_wrapper/__init__.py
diff options
context:
space:
mode:
authorasteroide <thomas.duval@orange.com>2017-09-07 16:34:12 +0200
committerasteroide <thomas.duval@orange.com>2017-09-07 16:34:12 +0200
commiteadfb789322a1a9887c8a4f23c8f125a39ebc8f4 (patch)
tree551be4f7efa21d58caa57546f404197b69e0f149 /moonv4/moon_wrapper/moon_wrapper/__init__.py
parent526203676c7205700de0a1d3ad801116e440ae5d (diff)
Add the moon_wrapper component
Change-Id: I21cb5ff5a25e3b9af07e19f7bfd7a737ad9f136d
Diffstat (limited to 'moonv4/moon_wrapper/moon_wrapper/__init__.py')
-rw-r--r--moonv4/moon_wrapper/moon_wrapper/__init__.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/moonv4/moon_wrapper/moon_wrapper/__init__.py b/moonv4/moon_wrapper/moon_wrapper/__init__.py
new file mode 100644
index 00000000..903c6518
--- /dev/null
+++ b/moonv4/moon_wrapper/moon_wrapper/__init__.py
@@ -0,0 +1,6 @@
+# Copyright 2015 Open Platform for NFV Project, Inc. and its contributors
+# This software is distributed under the terms and conditions of the 'Apache-2.0'
+# license which can be found in the file 'LICENSE' in this package distribution
+# or at 'http://www.apache.org/licenses/LICENSE-2.0'.
+
+__version__ = "0.1.0"