# etree.jax

[[[Source]]](https://github.com/google/etils/tree/main/etils/etree/__init__.py#L22)

Expose 4 variants of the API depending on which backend is used.

```python
jax = tree_utils.TreeAPI(backend.Jax())  # jax.tree_utils
```