/Tools/pynche/pynche
#! | 7 lines | 6 code | 1 blank | 0 comment | 0 complexity | 7ec73bf426f865a798f413bbcd148b69 MD5 | raw file
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()