in tools/torset-tool/torset-tool.py [0:0]
def __init__(self, output_dir: Path, hosts_file: Path, sharp_cmd_path: Path):
self.hosts_file = hosts_file
self.sharp_cmd_path = sharp_cmd_path
self.output_dir = output_dir
self.guids_file = f"{output_dir}/guids.txt"
self.topo_file = f"{output_dir}/topology.txt"