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