# ============================================================================= # Job·Ka — Groupe KA # Auteur : Simon-Pierre Boucher # Contact : contact@spboucher.ai # Fichier : jobka/connectors/atob.py # Rôle : Connecteur AtoB — ashby (org « atob ») # [généré par scripts/gen_connectors.py, flux vérifié le 2026-08-23] # Créé : 2026-08-23 Modifié : 2026-08-23 # ============================================================================= from .ashby import AshbyConnector class AtobConnector(AshbyConnector): source_id = 'atob' EMPLOYER = 'AtoB' ORG = 'atob'