__init__.py
1 # SPDX-FileCopyrightText: 2022-present deepset GmbH <info@deepset.ai> 2 # 3 # SPDX-License-Identifier: Apache-2.0 4 5 from haystack.core.component.component import Component, component 6 from haystack.core.component.types import InputSocket, OutputSocket 7 8 __all__ = ["component", "Component", "InputSocket", "OutputSocket"]