Metadata-Version: 2.4
Name: ann-ai-utils
Version: 0.0.2
Summary: AI helper utilities
Author: Ann Jo Mathew
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# ai_helpers

Simple helper functions for AI projects.

## Usage
```python
from ai_helpers import get_response
print(get_response("Hello"))
