aboutsummaryrefslogtreecommitdiff
path: root/.venv/lib/python3.12/site-packages/azure/ai/ml/dsl/__init__.py
blob: 72c77310cf9e4eb5b76a20f8ebfa120e8b501802 (about) (plain)
1
2
3
4
5
6
7
8
9
# ---------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# ---------------------------------------------------------

__path__ = __import__("pkgutil").extend_path(__path__, __name__)

from azure.ai.ml.dsl._pipeline_decorator import pipeline

__all__ = ["pipeline"]