mirror of
				https://github.com/optim-enterprises-bv/Mailu.git
				synced 2025-11-04 12:07:58 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			112 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			112 B
		
	
	
	
		
			Python
		
	
	
	
	
	
import os
 | 
						|
 | 
						|
 | 
						|
if __name__ == "__main__":
 | 
						|
    os.environ["DEBUG"] = "True"
 | 
						|
    from mailu import app
 | 
						|
    app.run()
 |