diff options
Diffstat (limited to 'Python/pywarpx/PGroup.py')
-rw-r--r-- | Python/pywarpx/PGroup.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Python/pywarpx/PGroup.py b/Python/pywarpx/PGroup.py index ad6b4b878..f19c0d079 100644 --- a/Python/pywarpx/PGroup.py +++ b/Python/pywarpx/PGroup.py @@ -5,8 +5,10 @@ # License: BSD-3-Clause-LBNL import numpy as np + from . import _libwarpx + class PGroup(object): """Implements a class that has the same API as a warp ParticleGroup instance. """ |