Spaces:
Paused
Paused
| # PENNY app package initialization | |
| """ | |
| PENNY Application Package | |
| This package contains the core orchestration, routing, and agent logic | |
| for the PENNY civic engagement assistant. | |
| """ | |
| __version__ = "2.2.0" | |
| __author__ = "CyberShawties" |