Files
Medios-Macina/Provider/metadata_provider.py
T

9 lines
344 B
Python
Raw Normal View History

"""Legacy compatibility shim for metadata helpers.
2025-12-05 03:42:57 -08: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
from plugins.metadata_provider import * # noqa: F401,F403