1 2 3 4 5
from flask import Blueprint docs: Blueprint = Blueprint("docs", __name__, url_prefix="/docs") from .views import *