python_env / tests /conftest.py
uvpatel7271's picture
Upload folder using huggingface_hub
c8e832f verified
raw
history blame contribute delete
152 Bytes
from pathlib import Path
import sys
ROOT = Path(__file__).resolve().parents[1]
if str(ROOT) not in sys.path:
sys.path.insert(0, str(ROOT))