Files
Medios-Macina/Provider/metadata_provider.py
T

9 lines
344 B
Python

"""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