my flask app has an __init__ in it, what to write in procfile ? code example
Example: procfile flask
Example of what the procfile might look like for a flask app:
web: gunicorn app.py app:app
Or maybe this is for the development app:
web: python app.py