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