When I create a module with its sole content:
class Classname(randomobject): pass
And I try to run the .py file of the module the inter
object is the base class from which you inherit when creating a new-style class in Python 2.
object