/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
3.9
Tools/pynche/pynche.pyw
7 строк
181 B
Barry Warsaw
Moved the main pynche.py file to Main.py. Added minimal driver
07 окт 1998, 07:36
07 окт 1998, 07:36
0926dea
Код
Авторство
О чём код?
#! /usr/bin/env python """Run this file under Windows to inhibit the console window. Run the file pynche.py under Unix or when debugging under Windows. """ import Main Main.main()