Closed chrisgrounds closed 7 years ago
class Floor(Universe): NameError: name 'Universe' is not defined
I think this just means that the Floor class needs to import the Universe class.
I think this just means that the Floor class needs to import the Universe class.