# Copyright (c) 2022 Graphcore Ltd. All rights reserved.

from pathlib import Path
import sys

root_folder = str(Path(__file__).parent.absolute())
sys.path.insert(0, root_folder)
