Files
Medios-Macina/Provider/example_provider.py
T

9 lines
360 B
Python
Raw Normal View History

"""Legacy compatibility shim for the strict adapter example module.
The active implementation now lives in ``plugins.example_provider`` so the
plugin namespace owns the example adapter module. Keep this file only to avoid
breaking old imports while the legacy ``Provider`` package is phased out.
"""
from plugins.example_provider import * # noqa: F401,F403