Commit 1db73db
fix: Add missing __init__.py to routers package
The routers package was missing its __init__.py file, causing ModuleNotFoundError
when trying to import whatsapp_router. This prevented the application from starting
and caused App Runner health check failures.
Resolves deployment issue from PR #192 where the router was moved from
src/ansari/app/main_whatsapp.py to src/ansari/routers/whatsapp_router.py
but the package initialization file was not added.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 1a99e22 commit 1db73db
1 file changed
+0
-0
lines changedWhitespace-only changes.
0 commit comments