Files
notifications-api/gunicorn_entry.py
2025-07-28 10:44:52 -07:00

6 lines
91 B
Python

from gevent import monkey
monkey.patch_all()
from application import application # noqa