def points(self): """List[tuple(int, int)]: List of all points to define regions around.""" return copy.deepcopy(self._points) # list is mutable, don't allow user to alter it