# terrascript/provider/shell.py
import terrascript
class shell(terrascript.Provider):
pass
__all__ = ["shell"]