python-terrascript/terrascript/errorcheck/r.py

14 lines
274 B
Python

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