1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-19 09:55:16 +00:00
qb64/internal/c/mingw32/opt/bin/pydoc
2019-01-01 22:40:38 +11:00

6 lines
132 B
Python

#!/c/mingw810/i686-810-win32-sjlj-rt_v6-rev0/mingw32/opt/bin/python2.7.exe
import pydoc
if __name__ == '__main__':
pydoc.cli()