python-terrascript/terrascript/provider/shell.py

10 lines
119 B
Python

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