system-prompts-and-models-o.../dealix/auto_client_acquisition/service_excellence/__init__.py
Sami Assiri b13cb389cc feat(dealix): sync full Dealix package to repo
- API routers, ACA modules, integrations (draft operators)
- Docs, landing pages, scripts (launch readiness, scorecard)
- Tests and CI workflow updates for Dealix

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-01 21:01:17 +03:00

6 lines
243 B
Python

"""Service Excellence OS — scoring, feature matrix, workflows, launch readiness."""
from auto_client_acquisition.service_excellence.service_scoring import calculate_service_excellence_score
__all__ = ["calculate_service_excellence_score"]