The simplest possible class definition in Python can be expressed as:
class X:
pass
return
class X: {}
Submit