Penny_V2.2 / app /__init__.py
pythonprincess's picture
Upload __init__.py
6294a91 verified
raw
history blame contribute delete
243 Bytes
# 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"