"""Candidate extraction implementations."""

from .tools import Extractor

__all__ = [
    "Extractor",
]