Metadata-Version: 2.3
Name: cosma
Version: 0.1.3
Requires-Dist: cosma-backend
Requires-Dist: cosma-tui
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# flow

Core packages for flow.

## Running

To start the backend:

```py
uv run flow serve
```

To start the TUI:
```py
uv run flow
```
