def __init__(self, model = None):
		if not model:
			self.model = SpecModel()
		else:
			self.model = model