shiftedx-bench / tests /conftest.py
Shiftedx's picture
Publish Shiftedx Bench v0.1.0
f039f41 verified
Raw
History Blame Contribute Delete
156 Bytes
from __future__ import annotations
import sys
from pathlib import Path
ROOT = Path(__file__).resolve().parents[1]
sys.path.insert(0, str(ROOT / "src"))