Example Class
class Oven: def insertSpam(self, spam): self.spam = spam def getSpam(self): return self.spam