python-terrascript/terrascript/data/cloudstack.py

12 lines
151 B
Python

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