Browse Source

make pydoc3 always be on the path

raylu 2 years ago
parent
commit
5df38ae6b3
1 changed files with 6 additions and 0 deletions
  1. 6 0
      pydoc3

+ 6 - 0
pydoc3

@@ -0,0 +1,6 @@
+#!/usr/bin/env python3
+
+import pydoc
+
+if __name__ == '__main__':
+    pydoc.cli()