Metadata-Version: 2.4
Name: kittenml
Version: 0.1.0
Summary: meow
License: MIT
Keywords: kitten,meow,ml
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# kittenml

A very important Python package.

## Install

```bash
pip install kittenml
```

## Usage

```python
from kittenml import meow

meow()  # prints: meow
```
