22 lines
384 B
Python
22 lines
384 B
Python
# terrascript/brightbox/d.py
|
|
# Automatically generated by tools/makecode.py ()
|
|
|
|
import warnings
|
|
|
|
warnings.warn(
|
|
"using the 'legacy layout' is deprecated", DeprecationWarning, stacklevel=2
|
|
)
|
|
import terrascript
|
|
|
|
|
|
class brightbox_database_type(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class brightbox_image(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class brightbox_server_group(terrascript.Data):
|
|
pass
|