We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac08f0f commit 95a59d7Copy full SHA for 95a59d7
Tools/clinic/__main__.py
@@ -0,0 +1,4 @@
1
+from libclinic.cli import main
2
+
3
+if __name__ == "__main__":
4
+ main()
0 commit comments