mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 19:34:08 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			159 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			159 B
		
	
	
	
		
			Python
		
	
	
	
	
	
"""
 | 
						|
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.
 |