I have a Flask app that runs on a Linux server.
My Flask app is defined as follows.
class WebApp: def __init__(self): self.app = app