pulumi/pkg/codegen/internal/test/testdata/regress-8403/python/pulumi_mongodbatlas/__init__.py
Anton Tayanovskyy 4d4ff9f1d6
Fixes 8403 name conflicts in Go codegen (#8492)
* Apply fn renaming on Result name conflict

* Add tests

* Add test declaration to test driver

* Accept baselines for other langs
2021-11-24 20:13:47 -05:00

26 lines
532 B
Python

# coding=utf-8
# *** WARNING: this file was generated by test. ***
# *** 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 .get_custom_db_roles import *
from .provider import *
from . import outputs
_utilities.register(
resource_modules="""
[]
""",
resource_packages="""
[
{
"pkg": "mongodbatlas",
"token": "pulumi:providers:mongodbatlas",
"fqn": "pulumi_mongodbatlas",
"class": "Provider"
}
]
"""
)