xref: /third_party/python/Lib/idlelib/__main__.py (revision 7db96d56)
1"""
2IDLE main entry point
3
4Run IDLE as python -m idlelib
5"""
6import idlelib.pyshell
7idlelib.pyshell.main()
8# This file does not work for 2.7; See issue 24212.
9