python-terrascript/terrascript/vinyldns/r.py

22 lines
381 B
Python

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