2026-04-28 22:20:54 -07:00
|
|
|
"""Legacy compatibility shim for the strict adapter example module.
|
2026-01-05 13:09:24 -08:00
|
|
|
|
2026-04-28 22:20:54 -07:00
|
|
|
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.
|
2026-01-05 13:09:24 -08:00
|
|
|
"""
|
|
|
|
|
|
2026-04-28 22:20:54 -07:00
|
|
|
from plugins.example_provider import * # noqa: F401,F403
|