python-terrascript/terrascript/sys/r.py

38 lines
571 B
Python

# terrascript/sys/r.py
# Automatically generated by tools/makecode.py ()
import warnings
warnings.warn(
"using the 'legacy layout' is deprecated", DeprecationWarning, stacklevel=2
)
import terrascript
class sys_dir(terrascript.Resource):
pass
class sys_file(terrascript.Resource):
pass
class sys_null(terrascript.Resource):
pass
class sys_package(terrascript.Resource):
pass
class sys_shell_script(terrascript.Resource):
pass
class sys_symlink(terrascript.Resource):
pass
class sys_systemd_unit(terrascript.Resource):
pass