Files
notifications-admin/app/status/__init__.py

6 lines
129 B
Python
Raw Normal View History

from flask import Blueprint
status = Blueprint("status", __name__)
2019-03-25 10:47:00 +00:00
from app.status.views import healthcheck # noqa isort:skip