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

8 lines
207 B
Python

# Copyright 2024, Pulumi Corporation. All rights reserved.
"""A Python project that uses the uv toolchain, without specifing the location for the virtualenv."""
import pulumi
pulumi.export("foo", "bar")