aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx
diff options
context:
space:
mode:
Diffstat (limited to 'Python/pywarpx')
-rw-r--r--Python/pywarpx/WarpX.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Python/pywarpx/WarpX.py b/Python/pywarpx/WarpX.py
index 976d94c74..e9ec7cca4 100644
--- a/Python/pywarpx/WarpX.py
+++ b/Python/pywarpx/WarpX.py
@@ -2,6 +2,9 @@ from .Bucket import Bucket
from . import warpxC
class WarpX(Bucket):
+ """
+ A Python wrapper for the WarpX C++ class
+ """
def init(self):
self.warpx = warpxC.WarpX.GetInstance()