diff options
Diffstat (limited to 'Python/pywarpx/Constants.py')
-rw-r--r-- | Python/pywarpx/Constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/pywarpx/Constants.py b/Python/pywarpx/Constants.py index abc0c3e87..e899fa255 100644 --- a/Python/pywarpx/Constants.py +++ b/Python/pywarpx/Constants.py @@ -8,6 +8,7 @@ import re from .Bucket import Bucket + class Constants(Bucket): """ The purpose of this class is to be hold user defined constants |