Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
samariddin
/
task1_v2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
adaf02d
task1_v2
/
file_utils.py
samariddin
added
908e980
almost 2 years ago
raw
Copy download link
history
blame
Safe
210 Bytes
import
os
def
project_dir
():
"""
Returns path to the project root
Returns
-------
Path
Return path to the project root
"""
return
os.path.dirname(os.path.dirname(__file__))