Add missing __init__.py files for proper module imports

- Added app/__init__.py for main app module
- Added app/services/__init__.py for services module
- Ensures proper Python package structure
This commit is contained in:
Automated Action 2025-06-20 12:37:10 +00:00
parent a8b6d5b972
commit 2b3f1e32c7
2 changed files with 0 additions and 0 deletions

0
app/__init__.py Normal file
View File

0
app/services/__init__.py Normal file
View File