Commit 34d09f8b authored by Michele Maris's avatar Michele Maris
Browse files

u

parent f6e522f9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5,5 +5,6 @@ class DummyCLI :
        Options = options passed from the CLI
   """
   def __init__(self) :
      from .struct import struct
      self.args=struct()
      self.Options=struct()