mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-14 09:12:06 -05:00
6 lines
91 B
Python
6 lines
91 B
Python
|
|
from gevent import monkey
|
||
|
|
|
||
|
|
monkey.patch_all()
|
||
|
|
|
||
|
|
from application import application # noqa
|