Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
MikeChandler
/
hf-release
like
0
Dataset card
Files
Files and versions
xet
Community
main
hf-release
/
src
/
hf_release
/
__main__.py
MikeChandler
feat: initial release of hf-release v0.1.0
f824e2f
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
107 Bytes
"""Allow `python -m hf_release` invocation."""
from
.cli
import
app
if
__name__ ==
"__main__"
:
app()