---
title: Notebook
marimo-version: 0.0.0
---

```{.python.marimo}
import asyncio
await asyncio.sleep(0.1)
```
