Loading src/yapsut/DummyCLI.py +1 −0 Original line number Diff line number Diff line Loading @@ -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() Loading
src/yapsut/DummyCLI.py +1 −0 Original line number Diff line number Diff line Loading @@ -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()