mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 07:31:38 +00:00 
			
		
		
		
	
		
			
	
	
		
			6 lines
		
	
	
	
		
			94 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
	
		
			94 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
								 | 
							
								#!__VENV_PYTHON__
							 | 
						||
| 
								 | 
							
								if __name__ == '__main__':
							 | 
						||
| 
								 | 
							
								    import sys, pydoc
							 | 
						||
| 
								 | 
							
								    sys.exit(pydoc.cli())
							 | 
						||
| 
								 | 
							
								
							 |