File size: 181 Bytes
ed05cec | 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()
|
ed05cec | 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()
|