blob: 0666f2fd1b36bd9999968732ec32872c60e3c666 [file] [log] [blame]
Andrew Svetlovd543f2b2012-03-26 22:11:46 +03001"""
2IDLE main entry point
3
4Run IDLE as python -m idlelib
5"""
6
7
8import idlelib.PyShell
9idlelib.PyShell.main()