I have a Flask app, using connextion library, with an api.py file as below:
from flask import ( Flask, render_template ) import connexion # Create t