-
Adirio authored
Allows using client as a context manager for the with statement: with Client(URL) as client: client.do_something()
c25403a3
Allows using client as a context manager for the with statement: with Client(URL) as client: client.do_something()