PySR / pysr /__main__.py
--global
Added click and install
3876e75
raw
history blame
93 Bytes
from pysr._cli.main import cli as _cli
if __name__ == '__main__':
_cli(prog_name="cli")