mirror of
https://github.com/izzy2lost/cpython.git
synced 2026-03-10 11:29:24 -07:00
Initial commit
This commit is contained in:
5
Tools/scripts/pydoc3
Normal file
5
Tools/scripts/pydoc3
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import pydoc
|
||||
if __name__ == '__main__':
|
||||
pydoc.cli()
|
||||
Reference in New Issue
Block a user