mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +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())
|
|
|