Files
pulumi-docker-build/sdk/python/pulumi_xyz/__init__.py
2024-03-07 11:17:15 -08:00

34 lines
603 B
Python

# coding=utf-8
# *** WARNING: this file was generated by pulumi-language-python. ***
# *** Do not edit by hand unless you're certain you know what you are doing! ***
from . import _utilities
import typing
# Export this package's modules as members:
from .provider import *
from .random import *
_utilities.register(
resource_modules="""
[
{
"pkg": "xyz",
"mod": "index",
"fqn": "pulumi_xyz",
"classes": {
"xyz:index:Random": "Random"
}
}
]
""",
resource_packages="""
[
{
"pkg": "xyz",
"token": "pulumi:providers:xyz",
"fqn": "pulumi_xyz",
"class": "Provider"
}
]
"""
)