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
197 B
Python
6 lines
197 B
Python
"""Connector catalog for Growth Control Tower — metadata only."""
|
|
|
|
from auto_client_acquisition.connectors.connector_catalog import build_connector_catalog
|
|
|
|
__all__ = ["build_connector_catalog"]
|