mirror of
				https://github.com/langgenius/dify.git
				synced 2025-10-31 19:03:09 +00:00 
			
		
		
		
	 9b46b02717
			
		
	
	
		9b46b02717
		
			
		
	
	
	
	
		
			
			Signed-off-by: -LAN- <laipz8200@outlook.com> Co-authored-by: -LAN- <laipz8200@outlook.com>
		
			
				
	
	
		
			10 lines
		
	
	
		
			175 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			175 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| from core.extension.extension import Extension
 | |
| from dify_app import DifyApp
 | |
| 
 | |
| 
 | |
| def init_app(app: DifyApp):
 | |
|     code_based_extension.init()
 | |
| 
 | |
| 
 | |
| code_based_extension = Extension()
 |