10 lines
187 B
Python
10 lines
187 B
Python
|
### mock qubesadmin.tools module
|
||
|
|
||
|
class QubesArgumentParser(object):
|
||
|
|
||
|
def add_argument(self, *args, **kwargs):
|
||
|
pass
|
||
|
|
||
|
def set_defaults(self, *args, **kwargs):
|
||
|
pass
|