10 lines
		
	
	
		
			195 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			195 B
		
	
	
	
		
			Python
		
	
	
	
	
	
|   | class Material: | ||
|  |     coal = "Coal" | ||
|  |     fiber = "Fiber" | ||
|  |     hardwood = "Hardwood" | ||
|  |     sap = "Sap" | ||
|  |     stone = "Stone" | ||
|  |     wood = "Wood" | ||
|  |     clay = "Clay" | ||
|  |     cinder_shard = "Cinder Shard" |