Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
wnm168/t
Opps
/
thunderx
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
thunderx
/
pikpakapi
/
enums.py
wnm168
Upload 6 files
cdd5c14
verified
19 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
190 Bytes
from
enum
import
Enum
class
DownloadStatus
(
Enum
):
not_downloading =
"not_downloading"
downloading =
"downloading"
done =
"done"
error =
"error"
not_found =
"not_found"