File size: 181 Bytes
72268ee
 
 
 
 
 
 
1
2
3
4
5
6
7
8
#! /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()