1
0
Fork 0
mirror of synced 2024-06-03 03:14:50 +12:00

Update docs/sdks/python/GETTING_STARTED.md

Co-authored-by: Jake Barnby <jakeb994@gmail.com>
This commit is contained in:
Damodar Lohani 2022-09-07 11:06:51 +05:45 committed by GitHub
parent b7e9d4894e
commit f18707c3a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ result = users.create('[USER_ID]', 'email@example.com', 'password')
```python
from appwrite.client import Client
from appwrite.services.users import Users
from appwrite.client import ID
from appwrite.id import ID
client = Client()