News

I have a python class like this: Client(username, password, [callback]) the callback is optional though. I have a kotlin function which I need to be called when client's job finished. Let's say ...