mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-11-04 03:03:18 -05:00 
			
		
		
		
	
		
			
	
	
		
			4 lines
		
	
	
		
			77 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			4 lines
		
	
	
		
			77 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| 
								 | 
							
								class MatchAny:
							 | 
						||
| 
								 | 
							
								    def __eq__(self, _: object) -> bool:
							 | 
						||
| 
								 | 
							
								        return True
							 |