1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-03 03:20:17 +00:00
qb64/internal/c/mingw32/opt/bin/pydoc

6 lines
132 B
Text
Raw Normal View History

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