Files

6 lines
91 B
Python
Raw Permalink Normal View History

from gevent import monkey
2025-07-28 11:17:00 -07:00
monkey.patch_all()
2025-07-29 08:15:43 -07:00
2025-07-28 11:17:00 -07:00
from application import application # noqa