Skip to content

Commit

Permalink
Address review: add Tools/clinic/__main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
erlend-aasland committed Feb 15, 2024
1 parent ac08f0f commit 95a59d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tools/clinic/__main__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from libclinic.cli import main

if __name__ == "__main__":
main()

0 comments on commit 95a59d7

Please sign in to comment.