Initial commit: Virtual Board Member AI System foundation

This commit is contained in:
Jonathan Pressnell
2025-08-07 16:11:14 -04:00
commit fbfe940a45
47 changed files with 7332 additions and 0 deletions

3
app/api/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
"""
API package for the Virtual Board Member AI System.
"""