blob: 64bf70335db2f5b48b516c8100c333000be9c970 [file] [log] [blame]
#! /usr/bin/env python
"""Run this file under Unix, or when debugging under Windows.
Run the file pynche.pyw under Windows to inhibit the console window.
"""
import Main
Main.main()