15 lines
		
	
	
		
			395 B
		
	
	
	
		
			Python
		
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			395 B
		
	
	
	
		
			Python
		
	
	
	
class Gift:
 | 
						|
    bouquet = "Bouquet"
 | 
						|
    golden_pumpkin = "Golden Pumpkin"
 | 
						|
    mermaid_pendant = "Mermaid's Pendant"
 | 
						|
    movie_ticket = "Movie Ticket"
 | 
						|
    pearl = "Pearl"
 | 
						|
    tea_set = "Tea Set"
 | 
						|
    void_ghost_pendant = "Void Ghost Pendant"
 | 
						|
    wilted_bouquet = "Wilted Bouquet"
 | 
						|
 | 
						|
 | 
						|
class SVEGift:
 | 
						|
    blue_moon_wine = "Blue Moon Wine"
 | 
						|
    aged_blue_moon_wine = "Aged Blue Moon Wine"
 |