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

6 lines
96 B
Python
Raw Normal View History

2024-08-02 09:50:02 +00:00
from flask import Blueprint
bp = Blueprint('api', __name__)
from app.api.routes import routes