diff options
Diffstat (limited to 'src/compileAndRun/pythonSupportFiles/LuxcenaNeo/Strip.py')
-rw-r--r-- | src/compileAndRun/pythonSupportFiles/LuxcenaNeo/Strip.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/compileAndRun/pythonSupportFiles/LuxcenaNeo/Strip.py b/src/compileAndRun/pythonSupportFiles/LuxcenaNeo/Strip.py new file mode 100644 index 0000000..c4ac8c9 --- /dev/null +++ b/src/compileAndRun/pythonSupportFiles/LuxcenaNeo/Strip.py @@ -0,0 +1,6 @@ +class Strip: + + def __init__(self, segments, segmentConfiguration): + self.segments = segments + self.segmentConfiguration = segmentConfiguration + return |