So if I add a rect to a variable like so
box = pygame.Rect(x, y, w, h)
How do I check if the variable rect holds a Rect? Ideally it would ret