python-terrascript/terrascript/rke/r.py

14 lines
259 B
Python

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