Flask docs tells me (here: https://flask.palletsprojects.com/en/stable/deploying/ ) that I shouldn't just use the normal flask server by itself, and recommends pairing it with Gunicorn, waitress, or some other library. I'm gonna choose gunicorn, as it is the only one of their list that Johnny has installed (here: https://krydos2.heliohost.org/pyinfo/info3.12.py ).
However, Heliohost offers no shell, so I cant use their `gunicorn main:app` command. How am I supposed to use it? Is there some way to do so in pure python?