mirror of
https://github.com/alerta/alerta.git
synced 2025-02-10 07:52:26 +00:00
6 lines
94 B
Python
6 lines
94 B
Python
|
|
from flask import Blueprint
|
|
|
|
mgmt = Blueprint('mgmt', __name__)
|
|
|
|
from . import views # noqa
|