mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-11-03 18:53:17 -05:00 
			
		
		
		
	
		
			
	
	
		
			10 lines
		
	
	
		
			183 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			183 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| 
								 | 
							
								from ._base import RoutesBase, v1
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								class Seeders(RoutesBase):
							 | 
						||
| 
								 | 
							
								    base = v1("/groups/seeders")
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    foods = f"{base}/foods"
							 | 
						||
| 
								 | 
							
								    units = f"{base}/units"
							 | 
						||
| 
								 | 
							
								    labels = f"{base}/labels"
							 |