mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-09 10:38:31 -04:00
9 lines
161 B
Python
9 lines
161 B
Python
from gevent import monkey
|
|
|
|
monkey.patch_all()
|
|
|
|
from application import application as flask_app # noqa
|
|
from app import socketio # noqa
|
|
|
|
application = socketio
|