aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx/Interpolation.py
diff options
context:
space:
mode:
Diffstat (limited to 'Python/pywarpx/Interpolation.py')
-rw-r--r--Python/pywarpx/Interpolation.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Python/pywarpx/Interpolation.py b/Python/pywarpx/Interpolation.py
new file mode 100644
index 000000000..28f66f64e
--- /dev/null
+++ b/Python/pywarpx/Interpolation.py
@@ -0,0 +1,3 @@
+from .Bucket import Bucket
+
+interpolation = Bucket('interpolation')