Every class that you create in Python will implicitly derive from object. The exception to this rule are classes used to indicate errors by raising an exception
object