def addMember(self, addCount = 1): self.popList.extend(person.storkify(addCount))
def __init__(self, name = "Defaultia", focus = "fishing", popSize = POP_SIZE): self.name = name self.focus = focus #sets the primary focus/export of the village self.popSize = popSize self.popList = person.storkify(popSize)