@@ -0,0 +1,11 @@
"""
WSGI Entry Point for Gunicorn
Used for production deployments
from app import create_app, database
app = create_app()
database.init_app(app)
if __name__ == '__main__':
app.run()
The note is not visible to the blocked user.