Files
notifications-admin/gunicorn_entry.py
2025-07-28 11:17:00 -07:00

6 lines
91 B
Python

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