diff --git a/src/plotbox/__main__.py b/src/plotbox/__main__.py index 2cffd2d..9046f3d 100644 --- a/src/plotbox/__main__.py +++ b/src/plotbox/__main__.py @@ -1,4 +1,4 @@ -from .plotbox import main() +from .plotbox import main if __name__ == "__main__": main() \ No newline at end of file