9 lines
		
	
	
		
			173 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			173 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| """
 | |
| LogMon Modules - Moduły monitorowania różnych aplikacji
 | |
| """
 | |
| 
 | |
| from .base import LogModule
 | |
| from .postfix import PostfixModule
 | |
| 
 | |
| __all__ = ['LogModule', 'PostfixModule']
 | 
