Initial commit

This commit is contained in:
Greentwip
2020-11-03 11:10:27 -07:00
parent 7859d26485
commit bf48f47304
4147 changed files with 1783608 additions and 0 deletions

5
Tools/scripts/pydoc3 Normal file
View File

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