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