from backive.core.tool import AVAILABLE_TOOLS, register_tool @register_tool("rsync") class Rsync: """ TODO """ def __init__(self, options): pass