mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 03:44:55 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			149 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			149 B
		
	
	
	
		
			Python
		
	
	
	
	
	
"""Minimal "re" compatibility wrapper"""
 | 
						|
 | 
						|
engine = "sre" # Some apps might use this undocumented variable
 | 
						|
 | 
						|
from sre import *
 | 
						|
from sre import __all__
 |