TypeError: module.__init__() takes at most 2 arguments (3 given)
Your error is happening because Object is a module, not a class. So your inheritance is screwy. Change your import statement to: and your class definition to: or change your class definition to: