5 lines
66 B
Python

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