Current Path : /proc/thread-self/root/opt/alt/python37/lib64/python3.7/idlelib/ |
Current File : //proc/thread-self/root/opt/alt/python37/lib64/python3.7/idlelib/__main__.py |
""" 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.