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

#!/usr/bin/env python

# chart.py
#

class Chart:
	def __init__(self):
		pass