aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx/Amrex.py
diff options
context:
space:
mode:
Diffstat (limited to 'Python/pywarpx/Amrex.py')
-rw-r--r--Python/pywarpx/Amrex.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/Python/pywarpx/Amrex.py b/Python/pywarpx/Amrex.py
new file mode 100644
index 000000000..4dab8225a
--- /dev/null
+++ b/Python/pywarpx/Amrex.py
@@ -0,0 +1,9 @@
+# Copyright 2022 S. Eric CLark, LLNL
+#
+# This file is part of WarpX.
+#
+# License: BSD-3-Clause-LBNL
+
+from .Bucket import Bucket
+
+amrex = Bucket('amrex')