Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
MilesCranmer
/
PySR
like
1
Sleeping
App
Files
Files
Community
97d0e06
PySR
/
pysr
/
__main__.py
MilesCranmer
Fix formatting
d8d6e2b
unverified
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"
)