Metadata-Version: 2.4
Name: aya_ha_debugger
Version: 0.1.0
Summary: A fun Python debugger that prints 'aya ha' instead of using print().
Author-email: Your Name <you@example.com>
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# aya_ha_debugger

A friendly Python helper that brings the signature "aya ha" vibe to your debugger sessions.

## Usage
```python
from aya_ha_debugger import aya_ha

aya_ha()
# -> prints "aya ha"
```
