#!/usr/bin/env python3
from server import *

if __name__ == '__main__':
	app.run(threaded=True, host=config['SERVER_IP'])