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 9e8ca47 commit 0de273eCopy full SHA for 0de273e
src/project_name/__main__.py
@@ -0,0 +1,4 @@
1
+import project_name.cli
2
+
3
+if __name__ == "__main__":
4
+ project_name.cli.cli()
0 commit comments