diff options
author | 2018-08-09 17:00:08 -0700 | |
---|---|---|
committer | 2018-08-09 17:00:08 -0700 | |
commit | 640df04795c4b8d110ebea626ec01611541107f1 (patch) | |
tree | 60c5c6c4ceca951155941898488969ca5d04890f /Python/pywarpx/__init__.py | |
parent | 74c4bd60fffbba26ebff08417c1bb0fcd9fac75f (diff) | |
download | WarpX-640df04795c4b8d110ebea626ec01611541107f1.tar.gz WarpX-640df04795c4b8d110ebea626ec01611541107f1.tar.zst WarpX-640df04795c4b8d110ebea626ec01611541107f1.zip |
Added Constants python class
Diffstat (limited to 'Python/pywarpx/__init__.py')
-rw-r--r-- | Python/pywarpx/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/pywarpx/__init__.py b/Python/pywarpx/__init__.py index c3f824e8f..d3c92d5bc 100644 --- a/Python/pywarpx/__init__.py +++ b/Python/pywarpx/__init__.py @@ -1,5 +1,6 @@ from .WarpX import warpx +from .Constants import constants from .Amr import amr from .Geometry import geometry from .Algo import algo |