web-backend/web/api.py
2024-12-23 11:01:44 +08:00

5 lines
66 B
Python

from flask import Blueprint
api_bp = Blueprint('api', __name__)