app.route('/stream', methods=['GET', 'POST'])
| 1 | from flask import Flask, Response, stream_with_context, request |
| 2 | from flask_cors import CORS, cross_origin |
| 3 | from callbacks.ServerEventCallback import ServerEventCallback |
| 4 | import argparse |
nothing calls this directly
no outgoing calls
no test coverage detected