blob: 64bf70335db2f5b48b516c8100c333000be9c970 [file] [log] [blame]
Barry Warsaw0926dea1998-10-07 03:36:58 +00001#! /usr/bin/env python
2
3"""Run this file under Unix, or when debugging under Windows.
4Run the file pynche.pyw under Windows to inhibit the console window.
5"""
6import Main
7Main.main()