Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Asish22
/
code-crawler
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b2cd0df
code-crawler
/
tests
/
conftest.py
juliaturc
Simplify name to "Sage" (#35)
52c1352
over 1 year ago
raw
Copy download link
history
blame
110 Bytes
import
os
import
sys
sys.path.insert(
0
, os.path.abspath(os.path.join(os.path.dirname(__file__),
"../sage"
)))