mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-18 15:29:36 +00:00
- 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>
6 lines
207 B
Python
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"]
|