mirror of
https://github.com/GSA/notifications-api.git
synced 2026-07-25 02:19:45 -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
|