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