aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx/Amrex.py
blob: 4dab8225a84e8723332661e43463c904f69d9570 (plain) (blame)
1
2
3
4
5
6
7
8
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')