python-terrascript/terrascript/time/r.py

26 lines
417 B
Python

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