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