python-terrascript/terrascript/seq/r.py

30 lines
468 B
Python

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