8 lines
275 B
Python
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
|