haproxy-wi/app/routes/ha/__init__.py

6 lines
94 B
Python

from flask import Blueprint
bp = Blueprint('ha', __name__)
from app.routes.ha import routes