2026-04-28 22:20:54 -07:00
|
|
|
"""Legacy compatibility shim for Tidal manifest helpers.
|
2026-02-11 18:16:07 -08:00
|
|
|
|
2026-04-28 22:20:54 -07: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
|
|
|
"""
|
|
|
|
|
|
2026-04-28 22:20:54 -07:00
|
|
|
from plugins.tidal_manifest import * # noqa: F401,F403
|