Files
ImageUtils/.CondaPkg/env/lib/python3.11/idlelib/__main__.py
2023-03-18 20:03:34 +07:00

9 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.