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

6 lines
96 B
Python

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