PySR / pysr /__main__.py
WilliamBChf's picture
Added more informative help message
01ec39f
raw
history blame
95 Bytes
from pysr._cli.main import pysr as _cli
if __name__ == '__main__':
_cli(prog_name="pysr")