mirror of
https://github.com/python/cpython.git
synced 2025-07-19 01:05:26 +00:00
5 lines
94 B
Text
Executable file
5 lines
94 B
Text
Executable file
#!__VENV_PYTHON__
|
|
if __name__ == '__main__':
|
|
import sys, pydoc
|
|
sys.exit(pydoc.cli())
|
|
|