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