1 2 3 4 5 6 7
import ledger def precmd_hello(): hello = ledger.Value() hello.set_string("Well, hello yourself! This is Ledger, coming to you from Python Land.") print hello return hello