system-prompts-and-models-o.../dealix/auto_client_acquisition/launch_ops/__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
207 B
Python

"""Launch operations — private beta offer, demo script, outreach, go/no-go."""
from auto_client_acquisition.launch_ops.private_beta import build_private_beta_offer
__all__ = ["build_private_beta_offer"]