mirror of
				https://github.com/LiteyukiStudio/LiteyukiBot.git
				synced 2025-10-31 19:36:24 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			81 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			81 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| from fastapi import FastAPI
 | |
| from nonebot import get_app
 | |
| 
 | |
| app: FastAPI = get_app() |