Your IP : 3.148.115.187


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

?>