from __future__ import annotations """Legacy extracted GroundRecall models module. Compatibility path retained while the standalone repo converges on the top-level ``groundrecall.models`` module as the primary implementation. """ from .models import * # noqa: F403