From 073fc1ca85779e67d98f2479467120712da3e82c Mon Sep 17 00:00:00 2001 From: Andrew Myers Date: Tue, 24 Jan 2017 13:34:07 -0800 Subject: Adding a Bucket for parsing multi-species information. --- Python/pywarpx/Particles.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Python/pywarpx/Particles.py (limited to 'Python/pywarpx/Particles.py') diff --git a/Python/pywarpx/Particles.py b/Python/pywarpx/Particles.py new file mode 100644 index 000000000..a11da823d --- /dev/null +++ b/Python/pywarpx/Particles.py @@ -0,0 +1,3 @@ +from .Bucket import Bucket + +particles = Bucket('particles') -- cgit v1.2.3