I\'m trying to create an object proxy. Attribute/property lookup can be done by simply implementing the __getattribute__, __setattr__ and __delat
__getattribute__
__setattr__
__delat