"""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