5 lines
169 B
Python
5 lines
169 B
Python
import neofarm.lib as neo
|
|
|
|
if __name__ == "__main__":
|
|
log = neo.Log.Purchase.from_id("6ecc063f-3995-45e6-872e-952b811eaa94")
|
|
print(log.quantities[0].total_price) |