shithub: riscv

ref: a57ad59bf0af4ff9548e97b94e5461f69b2db12f
dir: /sys/src/cmd/python/Tools/pynche/pynche.pyw/

View raw version
#! /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()