diff options
Diffstat (limited to 'Python/pywarpx/__init__.py')
-rw-r--r-- | Python/pywarpx/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Python/pywarpx/__init__.py b/Python/pywarpx/__init__.py index bddbb78b7..a4c83deab 100644 --- a/Python/pywarpx/__init__.py +++ b/Python/pywarpx/__init__.py @@ -12,5 +12,8 @@ from .AMReX import AMReX #from .timestepper import TimeStepper from .PGroup import PGroup from .PGroup import PGroups +from .WarpXPIC import WarpXPIC from ._libwarpx import add_particles + +from .callbacks import * |