I've tried:
import appwrite
from appwrite import ID
But I keep getting an error message that "ID" does not exist.
I can't find a python example that shows how to import it.
TL;DR
To use `ID.unique()` in Python, developers should import it as follows:
```py
from appwrite.id import ID
```
Importing `appwrite` or `ID` directly will result in an error.