mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-11-04 09:57:37 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			128 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			128 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# Hotfix, see: https://github.com/ets-labs/python-dependency-injector/issues/362
 | 
						|
from queue import Queue
 | 
						|
 | 
						|
 | 
						|
__all__ = ("Queue",)
 |