22 lines
377 B
Python
22 lines
377 B
Python
# terrascript/hashicups/d.py
|
|
# Automatically generated by tools/makecode.py ()
|
|
|
|
import warnings
|
|
|
|
warnings.warn(
|
|
"using the 'legacy layout' is deprecated", DeprecationWarning, stacklevel=2
|
|
)
|
|
import terrascript
|
|
|
|
|
|
class hashicups_coffees(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class hashicups_ingredients(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class hashicups_order(terrascript.Data):
|
|
pass
|