pythonprincess commited on
Commit
28f37a8
·
verified ·
1 Parent(s): 03be4a1

Upload __init__.py

Browse files
Files changed (1) hide show
  1. __init__.py +10 -0
__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"