looker_sdk doesn't find the client

Hi,

I’m trying to connect my python code to my looker account.

I’ve downloaded the looker_sdk.

However, when trying to execute my program I get the error:

ImportError: cannot import name ‘client’ from ‘looker_sdk’.

I was able to execute : sdk = looker_sdk.init31()

python- 3.8.2 ,  looker_sdk = (0.1.3b20)

1 6 900