Hi, Is in possible to use new classes in python wrapper ? As it, it'll be possible to inherit from RESTClient to use it in an another project. to do this : class RESTClient(object): ...