tidy py sdk examples

This commit is contained in:
Kenneth Bingham
2025-01-28 15:19:27 -05:00
parent a1f72c061b
commit 9ee3db852a
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ This `http-server` example is a minimal zrok application that surfaces a basic H
## Implementation
```go
```python
root = zrok.environment.root.Load()
```