PySR / pysr /__main__.py
WilliamBChf's picture
Refactored main to appropriate folder
6c1caad
raw
history blame
93 Bytes
from pysr._cli.main import cli as _cli
if __name__ == '__main__':
_cli(prog_name="cli")