Skip to content

Commit

Permalink
Allow bonito to be run as a module - needed for debugging in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
malton-ont committed Jun 14, 2023
1 parent 39b197a commit 7f79a08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bonito/__main__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from bonito import main
main()

0 comments on commit 7f79a08

Please sign in to comment.