8 lines
146 B
Python
8 lines
146 B
Python
|
from backive.core.tool import AVAILABLE_TOOLS, register_tool
|
||
|
|
||
|
|
||
|
@register_tool("rsync")
|
||
|
class Rsync:
|
||
|
def __init__(self, options):
|
||
|
pass
|