Python The pass Keyword in Class
The pass Statement
class definitions cannot be empty, but if 
you for some reason have a class definition with no content, put in the pass statement to avoid getting an error.
Related Pages
Python Syntax Tutorial Class Create Class The Class __init__() Function Object Methods self Modify Object Properties Delete Object Properties Delete Object