pulumi/tests/integration/python/uv-parent/subfolder/__main__.py

8 lines
203 B
Python

# Copyright 2024, Pulumi Corporation. All rights reserved.
"""A Python project that uses the uv toolchain where the pyproject.toml is in a parent folder."""
import pulumi
pulumi.export("foo", "bar")