2024-06-19 11:49:41 +02:00

9 lines
264 B
Python

# SPDX-FileCopyrightText: 2022-present deepset GmbH <info@deepset.ai>
#
# SPDX-License-Identifier: Apache-2.0
from .base import BaseEvaluationRunResult
from .eval_run_result import EvaluationRunResult
__all__ = ["BaseEvaluationRunResult", "EvaluationRunResult"]