Metadata-Version: 2.3
Name: poussins
Version: 0.0.1
Summary: Add your description here
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# poussins

## Develop

```bash
    # Run
    uv run -m poussins

    # Unit Test
    uv run pytest

    # Lint
    uv run ruff check .
```
