python-terrascript/terrascript/netapp-gcp/__init__.py

15 lines
273 B
Python

# terrascript/netapp_gcp/__init__.py
# Automatically generated by tools/makecode.py ()
import warnings
warnings.warn(
"using the 'legacy layout' is deprecated", DeprecationWarning, stacklevel=2
)
import terrascript
class netapp_gcp(terrascript.Provider):
pass