10 lines
211 B
TOML
10 lines
211 B
TOML
[inputs]
|
|
capital = { quantity = { amount=15.19, unit="USDollar" } }
|
|
|
|
[dependencies]
|
|
operator = {skills=["vendor interaction"]}
|
|
|
|
[action.purchase]
|
|
vendor = [
|
|
"https://www.botanicare.com/products/fittings/"
|
|
]
|