Upload app/services/__init__.py

This commit is contained in:
2026-06-04 00:06:24 +00:00
parent 09b1ca4b8b
commit 0f1796b1ec
+8
View File
@@ -0,0 +1,8 @@
"""Service layer for the CRM system.
Submodules are imported directly by routers via
`from app.services.<name> import <func>` to avoid circular-import issues
during application startup.
"""
__all__: list[str] = []