pySlice
pySlice copied to clipboard
Facet is not defined
def addref(self, f): '''Add another Facet to the list of references.''' assert isinstance(f, Facet), "Reference is not a Facet." self.refs.append(f)
#when i run this code, Facet is not defined. Can you help?