Commit f6e522f9 authored by Michele Maris's avatar Michele Maris
Browse files

u

parent 0fb11b2e
Loading
Loading
Loading
Loading

src/yapsut/DummyCLI.py

0 → 100644
+9 −0
Original line number Diff line number Diff line
class DummyCLI :
   """ this is used to create a dummy command line which is used in notebooks to simulate a parsed cli interface
        it has two structures:
        args = arguments passed from the CLI
        Options = options passed from the CLI
   """
   def __init__(self) :
      self.args=struct()
      self.Options=struct()
+2 −0
Original line number Diff line number Diff line
@@ -9,6 +9,8 @@ from .files import moveFile2backup
from .wavenumber_base import wavenumber_base
from .profiling import timer,timerDict
from .struct import struct
from .DummyCLI import DummyCLI

#from import .grep
#import .intervalls