MinDalle_StableDiff/Python310/Lib/idlelib/__main__.py

9 lines
159 B
Python
Raw Normal View History

2022-09-17 15:26:13 +03:00
"""
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.