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