Skip to content

Commit

Permalink
Refactored main to appropriate folder
Browse files Browse the repository at this point in the history
  • Loading branch information
w2ll2am committed Apr 20, 2023
1 parent f145620 commit 6c1caad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __main__.py → pysr/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .pysr._cli.main import cli as _cli
from pysr._cli.main import cli as _cli

if __name__ == '__main__':
_cli(prog_name="cli")

0 comments on commit 6c1caad

Please sign in to comment.