The `displays_py` crate exposes the Python module name `displays` with the same
high-level `query`, `get`, `apply`, and `validate` operations.
```python
import displays
for display in displays.query():
results = displays.apply([
])
print(results)
```