
from flask import Blueprint

marketplace_bp = Blueprint('marketplace', __name__, url_prefix='/api/marketplace')

from . import routes
