Files
pulumi-docker-build/sdk/python/pulumi_docker_native/__init__.py
Bryce Lampe 3427e6115f More renames
2024-03-07 13:51:35 -08:00

34 lines
663 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": "docker-native",
"mod": "index",
"fqn": "pulumi_docker_native",
"classes": {
"docker-native:index:Random": "Random"
}
}
]
""",
resource_packages="""
[
{
"pkg": "docker-native",
"token": "pulumi:providers:docker-native",
"fqn": "pulumi_docker_native",
"class": "Provider"
}
]
"""
)