@ -15,6 +15,12 @@ class Client:
resp.raise_for_status()
return ResponseWrapper(resp)
def get(self):
addr = f"http://{self.host}:{self.port}/"
resp = self.session.get(addr)
class ResponseWrapper:
The note is not visible to the blocked user.