We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd475eb commit 5b6b0f6Copy full SHA for 5b6b0f6
README.md
@@ -69,7 +69,7 @@ awlab sync test --resource functions
69
### Creating a lab
70
```py
71
from appwrite_lab import Labs
72
-from appwrite_lab.models import AppwriteLabCreation
+from appwrite_lab.automations.models import AppwriteLabCreation
73
74
labs = Labs()
75
lab_res = labs.new(
0 commit comments