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

6 lines
129 B
Python
Raw Normal View History

2016-01-11 14:54:23 +00:00
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