18 lines
311 B
Python
18 lines
311 B
Python
# terrascript/resource/poseidon/matchbox.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:21:34 UTC)
|
|
import terrascript
|
|
|
|
|
|
class matchbox_group(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class matchbox_profile(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
__all__ = [
|
|
"matchbox_group",
|
|
"matchbox_profile",
|
|
]
|