""" app/wsgi.py Gunicorn entrypoint for SneakyScope. """ from . import create_app # Gunicorn will look for "app" app = create_app()