ledger/tools/sample.py
2009-02-08 23:56:28 -04:00

4 lines
68 B
Python

import ledger
def get_amount(item):
return item.amount() * 100