summaryrefslogtreecommitdiff
path: root/tools/sample.py
blob: 2d226b1232d6abccf6366627a739583086254416 (plain)
1
2
3
4
5
import ledger

def get_amount(item):
    print "I found an amount:", item.amount()
    return 123