5 lines
223 B
Python
5 lines
223 B
Python
import neofarm.lib as neo
|
|
|
|
if __name__ == "__main__":
|
|
log = neo.Log.Input.from_id("d2e78314-730c-47ae-a0b4-aff42025475e")
|
|
print(log.quantities[0].inventory_asset.get_inventory_logs_of_type(neo.Log.Purchase)[0].name) |