python-terrascript/terrascript/filesystem/r.py

18 lines
340 B
Python

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