hi all. I know that when you create a class, you put all arguements for that class in a __init__ functions, but what about for actaully making classes? confused? this is what I mean:
class Aclass(Object):
insert code here...
what is the purpose of 'Object'?