mirror of
https://github.com/yavook/kiwi-scp.git
synced 2025-12-14 12:13:01 +00:00
13 lines
170 B
Python
13 lines
170 B
Python
|
|
class SubCommand:
|
||
|
|
@classmethod
|
||
|
|
def get_cmd(cls):
|
||
|
|
pass
|
||
|
|
|
||
|
|
@classmethod
|
||
|
|
def setup(cls):
|
||
|
|
pass
|
||
|
|
|
||
|
|
@classmethod
|
||
|
|
def run(cls):
|
||
|
|
pass
|