""" app/tenant/pos/routes.py Phase 3+ implementation. """ from flask import Blueprint pos_bp = Blueprint("pos", __name__, url_prefix="/pos")