from __future__ import annotations

from .normalizer import normalize_solution_spec
from .spec_models import SolutionSpec

__all__ = ["SolutionSpec", "normalize_solution_spec"]
