PySR / __main__.py
--global
Refactored to remove relative file reference
973fb98
raw
history blame
94 Bytes
from .pysr._cli.main import cli as _cli
if __name__ == '__main__':
_cli(prog_name="cli")