game / tests /conftest.py
chrimons
Build Gradio CLIP scoring app
3c8c1fc
raw
history blame contribute delete
147 Bytes
import sys
from pathlib import Path
ROOT = Path(__file__).resolve().parent.parent
if str(ROOT) not in sys.path:
sys.path.insert(0, str(ROOT))