class Foo(bool): pass
class Foo: def __bool__(self): pass
Used when a class inherits from something which is not a class.