Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zwt963
/
paperindex
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a878541
paperindex
/
src
/
utils
/
__init__.py
DVampire
update website
583741e
18 days ago
raw
Copy download link
history
blame
Safe
181 Bytes
from
.path_utils
import
get_project_root, assemble_project_path
from
.singleton
import
Singleton
__all__ = [
"get_project_root"
,
"assemble_project_path"
,
"Singleton"
,
]