We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c287a7 commit 4085146Copy full SHA for 4085146
1 file changed
src/pkgdev/__main__.py
@@ -0,0 +1,4 @@
1
+from .scripts import run
2
+
3
+if __name__ == '__main__':
4
+ run('pkgdev')
0 commit comments