Files

10 lines
109 B
Python
Raw Permalink Normal View History

"""
IDLE main entry point
Run IDLE as python -m idlelib
"""
import idlelib.PyShell
idlelib.PyShell.main()