@everyone
Hey all, could anyone point me to some documentation about loggin in with the python sdk?
I see documentation here about logging in with various other sdk's
https://appwrite.io/docs/authentication#login
And when I go to the python sdk I don't seem to be able to find anything in the examples
https://github.com/appwrite/sdk-for-python/tree/master/docs/examples
It seems that I'm looking for this createEmailSession function, but it doesn't seem to be in the account API for python
const promise = account.createEmailSession( 'team@appwrite.io', 'password');