mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-02-06 23:12:43 +00:00
9 lines
264 B
Python
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"]
|