8 lines
279 B
Python
8 lines
279 B
Python
"""Plugin-namespace import shim for metadata helper utilities.
|
|
|
|
The implementation currently lives in ``Provider.metadata_provider`` while the
|
|
legacy namespace is phased out. New imports should prefer ``plugins``.
|
|
"""
|
|
|
|
from Provider.metadata_provider import * # noqa: F401,F403
|