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