for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
from chaoswg import chaoswg
if __name__ == '__main__':
chaoswg.app.run(host='0.0.0.0', port=5000, threaded=True)