Spaces:
No application file
No application file
File size: 348 Bytes
f3fc98b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # 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"
<<<<<<< HEAD
__author__ = "CyberShawties"
=======
__author__ = "CyberShawties"
>>>>>>> 96e11643ce075a19586f62593b8a2769b6582719
|