pySlice icon indicating copy to clipboard operation
pySlice copied to clipboard

Facet is not defined

Open TomyTiger opened this issue 2 years ago • 0 comments

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?

TomyTiger avatar Apr 14 '22 06:04 TomyTiger