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