anomalyOS / conftest.py
CaffeinatedCoding's picture
Upload folder using huggingface_hub
e72f783 verified
raw
history blame contribute delete
137 Bytes
# conftest.py
import sys
import os
# Add project root to Python path so imports work in CI
sys.path.insert(0, os.path.dirname(__file__))