pythonprincess commited on
Commit
6294a91
·
verified ·
1 Parent(s): a4d1987

Upload __init__.py

Browse files
Files changed (1) hide show
  1. 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"