The unified diff between revisions [d1300337..] and [48ba9497..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'Ledger.py'
# # # patch "Ledger.py" # from [da39a3ee5e6b4b0d3255bfef95601890afd80709] # to [0fcc36eac7feebc59f13145025da178c2651d74a] # ============================================================ --- Ledger.py da39a3ee5e6b4b0d3255bfef95601890afd80709 +++ Ledger.py 0fcc36eac7feebc59f13145025da178c2651d74a @@ -0,0 +1,9 @@ +#!/usr/bin/env python + +# ledger.py +# + +class Ledger: + def __init__(self): + pass +