Below is the file 'Ledger.py' from this revision. You can also download the file.

#!/usr/bin/env python

# ledger.py
#

class Ledger:
	def __init__(self):
		pass