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

#!/usr/bin/env python

# journal.py
#

class Journal:
	def __init__(self):
		pass