Description
What is this task about?
Right now, the Python client requires you to call initialize
explicitly. We should get rid of this and ensure that the client is usable, as described in the documentation.
What needs to be done to complete this task?
- Fix the behavior to work as described in the documentation
- Ensure that creating a new client and running
ping
immediately works