 bc11c9dfd4
			
		
	
	bc11c9dfd4
	
	
	
		
			
			Adds a generic client that can communicate with BizHawk. Similar to SNIClient, but for arbitrary systems and doesn't have an intermediary application like SNI.
		
			
				
	
	
		
			10 lines
		
	
	
		
			163 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			163 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| from __future__ import annotations
 | |
| 
 | |
| import ModuleUpdate
 | |
| ModuleUpdate.update()
 | |
| 
 | |
| from worlds._bizhawk.context import launch
 | |
| 
 | |
| if __name__ == "__main__":
 | |
|     launch()
 |