mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-08 07:23:33 +00:00
0c4c56ff39
README.cosmo contains the necessary links.
8 lines
159 B
Python
8 lines
159 B
Python
"""
|
|
IDLE main entry point
|
|
|
|
Run IDLE as python -m idlelib
|
|
"""
|
|
import idlelib.pyshell
|
|
idlelib.pyshell.main()
|
|
# This file does not work for 2.7; See issue 24212.
|