2026-04-28 22:20:54 -07:00
|
|
|
"""Legacy compatibility shim for metadata helpers.
|
2025-12-05 03:42:57 -08:00
|
|
|
|
2026-04-28 22:20:54 -07:00
|
|
|
The active implementation now lives in ``plugins.metadata_provider`` so the
|
|
|
|
|
plugin namespace owns runtime metadata scraping. Keep this file only to avoid
|
|
|
|
|
breaking old imports while the legacy ``Provider`` package is phased out.
|
|
|
|
|
"""
|
2026-01-06 16:19:29 -08:00
|
|
|
|
2026-04-28 22:20:54 -07:00
|
|
|
from plugins.metadata_provider import * # noqa: F401,F403
|