Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
qanta-challenge
/
quizbowl-submission
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3808ead
quizbowl-submission
/
tests
/
conftest.py
Maharshi Gor
First Working commit
193db9d
about 1 month ago
raw
Copy download link
history
blame
Safe
134 Bytes
import
os
import
sys
# Add the src directory to the PYTHONPATH
sys.path.insert(
0
, os.path.join(os.path.dirname(__file__),
"../src"
))