pybackive/backive/tools/rsync.py

8 lines
146 B
Python
Raw Normal View History

2019-01-06 21:29:21 +01:00
from backive.core.tool import AVAILABLE_TOOLS, register_tool
@register_tool("rsync")
class Rsync:
def __init__(self, options):
pass