class Person:
pass
# having an empty class definition like this, would raise an error without the pass statement