refactor(B1): migrate to domain-driven project structure
Move all models/schemas/services/routers into app/domains/. Keep backward-compat shims in old locations for imports. Preserves domains/rendering/tasks.py from Phase A. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
"""Admin / KPI service."""
|
||||
|
||||
# Re-export from original service file for backward compatibility.
|
||||
from app.services import kpi_service
|
||||
|
||||
__all__ = ["kpi_service"]
|
||||
Reference in New Issue
Block a user