python-terrascript/terrascript/resource/unicell/kind.py

13 lines
221 B
Python

# terrascript/resource/unicell/kind.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:20:21 UTC)
import terrascript
class kind_cluster(terrascript.Resource):
pass
__all__ = [
"kind_cluster",
]