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