Files
Medios-Macina/Provider/tidal_manifest.py
T

9 lines
345 B
Python
Raw Normal View History

"""Legacy compatibility shim for Tidal manifest helpers.
2026-02-11 18:16:07 -08:00
The active implementation now lives in ``plugins.tidal_manifest`` so the
plugin namespace owns the manifest helper module. Keep this file only to avoid
breaking old imports while the legacy ``Provider`` package is phased out.
2026-02-11 18:16:07 -08:00
"""
from plugins.tidal_manifest import * # noqa: F401,F403