Spaces:
Paused
Paused
Upload __init__.py
Browse files- app/__init__.py +10 -0
app/__init__.py
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# PENNY app package initialization
|
| 2 |
+
"""
|
| 3 |
+
PENNY Application Package
|
| 4 |
+
|
| 5 |
+
This package contains the core orchestration, routing, and agent logic
|
| 6 |
+
for the PENNY civic engagement assistant.
|
| 7 |
+
"""
|
| 8 |
+
|
| 9 |
+
__version__ = "2.2.0"
|
| 10 |
+
__author__ = "CyberShawties"
|