Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
MilesCranmer
/
PySR
like
1
Sleeping
App
Files
Files
Community
01ec39f
PySR
/
pysr
/
__main__.py
WilliamBChf
Added more informative help message
01ec39f
over 1 year ago
raw
Copy download link
history
blame
95 Bytes
from
pysr._cli.main
import
pysr
as
_cli
if
__name__ ==
'__main__'
:
_cli(prog_name=
"pysr"
)