python-terrascript/terrascript/resource/shell.py

12 lines
140 B
Python

# terrascript/resource/shell.py
import terrascript
class shell_script(terrascript.Resource):
pass
__all__ = [
"shell_script",
]