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

6 lines
104 B
Python

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