23 lines
392 B
Python
23 lines
392 B
Python
# terrascript/data/hashicorp/hashicups.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:18:02 UTC)
|
|
import terrascript
|
|
|
|
|
|
class hashicups_coffees(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class hashicups_ingredients(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class hashicups_order(terrascript.Data):
|
|
pass
|
|
|
|
|
|
__all__ = [
|
|
"hashicups_coffees",
|
|
"hashicups_ingredients",
|
|
"hashicups_order",
|
|
]
|