Commit 6e52b49
authored
Update introduction.md (#23)
Corrected the import statements in the UTCP introduction page.
Updated from:
from utcp.client import UtcpClient
to:
from utcp.client.utcp_client import UtcpClient
This change reflects the correct way to import UtcpClient as per the latest library structure.1 parent a43382a commit 6e52b49
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
0 commit comments