chromium/third_party/blink/web_tests/external/wpt/.well-known/private-aggregation/report-shared-storage

"""Endpoint to receive and return aggregatable reports."""
from importlib import import_module

reports = import_module('private-aggregation.resources.reports')

def main(request, response):
  return reports.handle_request(request)