mirror of
				https://github.com/ComputerScienceHouse/proxstar.git
				synced 2025-03-09 15:40:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			132 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			132 B
		
	
	
	
		
			Python
		
	
	
	
	
	
from proxstar import app
 | 
						|
 | 
						|
if __name__ == "__main__":
 | 
						|
    app.run(host=app.config['IP'], port=app.config['PORT'])
 | 
						|
 | 
						|
application = app
 |