Metadata-Version: 2.1
Name: agnipod
Version: 0.1.0
Author: Anuj Sangwan
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.25.1

# Agnipod

## Usage

To use the `hello` function from Agnipod, you can do the following:

```python
from agnipod import hello

hello()
```
