GroundRecall/src/groundrecall/groundrecall_models.py

10 lines
269 B
Python

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