I have problems trying to put my flask application as a service, here are my files:
api.py
from flask import Flask app = Flask(__name__)