Files
Medios-Macina/plugins/tidal_manifest.py
T
2026-04-26 16:49:23 -07:00

8 lines
275 B
Python

"""Plugin-namespace import shim for Tidal/HIFI manifest helpers.
The implementation currently lives in ``Provider.tidal_manifest`` while the
legacy namespace is phased out. New imports should prefer ``plugins``.
"""
from Provider.tidal_manifest import * # noqa: F401,F403