Spaces:
Paused
Paused
File size: 243 Bytes
6294a91 | 1 2 3 4 5 6 7 8 9 10 | # 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" |