cpython/Lib/idlelib/__main__.py
Miss Islington (bot) 774458884b
[3.12] gh-68400: Remove outdated 2.7 comment (GH-129919) (#129938)
(cherry picked from commit d9bf3c16e5)

Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
2025-02-10 05:10:02 +00:00

7 lines
107 B
Python

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