Metadata-Version: 2.4
Name: kenochou-math-tools
Version: 0.1.1
Summary: A simple math package
Author: kenochou
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# math-tools

A simple Python math package.

## Features

- add two numbers

## Example

```python
from math_tools import add
print(add(1, 2))
```
