Files
INTUIA/Programa final/Python-3.10.15/Tools/pynche/pynche
T
2026-03-15 13:27:50 +00:00

8 lines
183 B
Python

#! /usr/bin/env python
"""Run this file under Unix, or when debugging under Windows.
Run the file pynche.pyw under Windows to inhibit the console window.
"""
import Main
Main.main()