# SPDX-FileCopyrightText: 2022-present deepset GmbH # # SPDX-License-Identifier: Apache-2.0 from haystack.core.component.component import Component, component from haystack.core.component.types import InputSocket, OutputSocket __all__ = ["component", "Component", "InputSocket", "OutputSocket"]