Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
877c539
1
Parent(s):
b53ca97
Use relative import for CMD line interface
Browse files- pysr/__main__.py +1 -1
pysr/__main__.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
from
|
2 |
|
3 |
if __name__ == "__main__":
|
4 |
_cli(prog_name="pysr")
|
|
|
1 |
+
from ._cli.main import pysr as _cli
|
2 |
|
3 |
if __name__ == "__main__":
|
4 |
_cli(prog_name="pysr")
|