0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-02-10 16:02:26 +00:00
alerta_alerta/alerta/management/__init__.py
2018-09-16 00:58:17 +02:00

6 lines
94 B
Python

from flask import Blueprint
mgmt = Blueprint('mgmt', __name__)
from . import views # noqa