"""GEPA Native has no free-form cross-candidate memory component."""
from __future__ import annotations

from ...components.memory import NullMemory

GepaNativeMemory = NullMemory
