Skip to content

Commit

Permalink
calling cli() instead of main();
Browse files Browse the repository at this point in the history
  • Loading branch information
sadamov committed Nov 14, 2024
1 parent 8ddd0de commit 0f24924
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -412,4 +412,4 @@ def cli():


if __name__ == "__main__":
main()
cli()

0 comments on commit 0f24924

Please sign in to comment.