7 lines
		
	
	
		
			122 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			122 B
		
	
	
	
		
			Python
		
	
	
	
	
	
from test.bases import WorldTestBase
 | 
						|
 | 
						|
 | 
						|
class CV64TestBase(WorldTestBase):
 | 
						|
    game = "Castlevania 64"
 | 
						|
    player: int = 1
 |