23 lines
406 B
Python
23 lines
406 B
Python
# terrascript/data/brightbox/brightbox.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:13:43 UTC)
|
|
import terrascript
|
|
|
|
|
|
class brightbox_database_type(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class brightbox_image(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class brightbox_server_group(terrascript.Data):
|
|
pass
|
|
|
|
|
|
__all__ = [
|
|
"brightbox_database_type",
|
|
"brightbox_image",
|
|
"brightbox_server_group",
|
|
]
|