Home / Python Class / How to Define an Empty Class in Python In this example we will show how to define an empty class using the pass parameter in Python. Source Code class MyClass: pass