python-terrascript/terrascript/resource/matchbox.py

17 lines
228 B
Python

# terrascript/resource/matchbox.py
import terrascript
class matchbox_group(terrascript.Resource):
pass
class matchbox_profile(terrascript.Resource):
pass
__all__ = [
"matchbox_group",
"matchbox_profile",
]