aboutsummaryrefslogtreecommitdiffstats
path: root/sdv/docker/sdvconfig/extrapolation/__init__.py
diff options
context:
space:
mode:
authorSridhar Rao <sridhar.rao@spirent.com>2020-10-15 01:55:24 +0000
committerGerrit Code Review <gerrit@opnfv.org>2020-10-15 01:55:24 +0000
commitf12039ae1fb9ed773ddf3d8000c6645e5900c48e (patch)
tree53dff91c6d2bcbe8b0ba5511ea8e7a32f52dd993 /sdv/docker/sdvconfig/extrapolation/__init__.py
parentc5bd3737e608b81ef5d4361739d680d2fb3bb1cb (diff)
parentb189119586d1d3cf176c31402daa4b34830ec48b (diff)
Merge "sdv-prevalidation: added src, mapping, documentation, Dockerfile, and server files"
Diffstat (limited to 'sdv/docker/sdvconfig/extrapolation/__init__.py')
-rw-r--r--sdv/docker/sdvconfig/extrapolation/__init__.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/sdv/docker/sdvconfig/extrapolation/__init__.py b/sdv/docker/sdvconfig/extrapolation/__init__.py
new file mode 100644
index 0000000..96f13a0
--- /dev/null
+++ b/sdv/docker/sdvconfig/extrapolation/__init__.py
@@ -0,0 +1,19 @@
+#!/usr/bin/env python
+
+# Copyright (C) 2020 Ashwin Nayak
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# 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.
+
+""" extrapolation package """
+
+from .extrapolation import Extrapolate