• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#! /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()
8