Skip to content

Commit

Permalink
add boldi/__main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
palotasb committed Mar 26, 2024
1 parent a2361d4 commit be11d98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/boldi/boldi/__main__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import boldi.cli

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

0 comments on commit be11d98

Please sign in to comment.