"""Legacy compatibility shim for metadata helpers. 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. """ from plugins.metadata_provider import * # noqa: F401,F403