mirror of
https://github.com/alerta/alerta.git
synced 2025-02-09 23:51:05 +00:00
6 lines
105 B
Python
6 lines
105 B
Python
|
|
from flask import Blueprint
|
|
|
|
mgmt = Blueprint('mgmt', __name__)
|
|
|
|
from . import views # noqa isort:skip
|