pybackive/backive/tools/rsync.py

11 lines
171 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:
2021-05-24 23:02:54 +02:00
"""
TODO
"""
2019-01-06 21:29:21 +01:00
def __init__(self, options):
pass