pulumi/pkg/codegen/testing/test/testdata/third-party-package-pp/python/third-party-package.py

6 lines
154 B
Python

import pulumi
import third_party as other
other = other.Thing("Other", idea="Support Third Party")
question = other.module.Object("Question", answer=42)