Import Upstream version 2.7.18

This commit is contained in:
geos_one
2025-08-15 16:28:06 +02:00
commit ba1f69ab39
4521 changed files with 1778434 additions and 0 deletions

5
Tools/scripts/pydoc Executable file
View File

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