"""Add other tool directories to the path.""" import sys import pathlib sys.path.append(str(pathlib.Path(__file__).resolve().parents[1])) sys.path.append(str(pathlib.Path(__file__).resolve().parents[2]))