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

def myvalue(incoming):
    x = ledger.Amount("$123.12")
    print x
    print x * 1
    return x * 1