mirror of
				https://github.com/jumpserver/jumpserver.git
				synced 2025-10-30 21:30:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			200 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			200 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| from common.utils import get_logger
 | |
| from .feishu import FeiShuEventSubscriptionCallback
 | |
| 
 | |
| logger = get_logger(__name__)
 | |
| 
 | |
| 
 | |
| class LarkEventSubscriptionCallback(FeiShuEventSubscriptionCallback):
 | |
|     pass
 |