7 lines
		
	
	
		
			109 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			109 B
		
	
	
	
		
			Python
		
	
	
	
	
	
from test.bases import WorldTestBase
 | 
						|
 | 
						|
 | 
						|
class TunicTestBase(WorldTestBase):
 | 
						|
    game = "TUNIC"
 | 
						|
    player = 1
 |