Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
ordlibrary
/
DeepSolanaCoder
like
1
Model card
Files
Files and versions
xet
Community
main
DeepSolanaCoder
/
venv
/
lib
/
python3.12
/
site-packages
/
dotenv
/
__main__.py
ordlibrary
Upload folder using huggingface_hub
f1e6b80
verified
12 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
129 Bytes
"""Entry point for cli, enables execution with `python -m dotenv`"""
from
.cli
import
cli
if
__name__ ==
"__main__"
:
cli()