관리-도구
편집 파일: __main__.py
""" IDLE main entry point Run IDLE as python -m idlelib """ import idlelib.PyShell idlelib.PyShell.main()