Files
wehub-resource-sync 8ef9db2513
Deploy to GitHub Pages / deploy (push) Has been cancelled
Deploy to GitHub Pages / build (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:56:49 +08:00

10 lines
323 B
Python

"""Web image source providers for PPT Master.
Each ``provider_<name>.py`` module exposes a ``search(request, *,
license_tier_filter)`` function returning a list of ``AssetCandidate``
objects, plus a ``parse_results(payload)`` helper. ``image_search.py``
dispatches to them by name.
"""
from __future__ import annotations