| 
				
				
					
				
				
				 | 
			
			 | 
			@@ -3,7 +3,7 @@ from __future__ import annotations | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			import os | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			from typing import TypedDict | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
  | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			from eloquent import DatabaseManager, Model | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			from eloquent import DatabaseManager, Model  # type: ignore | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
  | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			CONFIG: dict[str, DbConfig] = { 'mysql': { 'driver':    'mysql', | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			                                           'host':      'localhost', | 
		
		
	
	
		
			
				| 
				
					
				
				
				
				 | 
			
			 | 
			
  |