# ============================================================================= # Job·Ka — Groupe KA # Auteur : Simon-Pierre Boucher # Contact : contact@spboucher.ai # Fichier : jobka/connectors/interpublic.py # Rôle : Connecteur Interpublic — workday (tenant interpublic.wd5, site omc) # [généré par scripts/gen_connectors.py, flux vérifié le 2026-08-23] # Créé : 2026-08-23 Modifié : 2026-08-23 # ============================================================================= from .workday import WorkdayConnector class InterpublicConnector(WorkdayConnector): source_id = 'interpublic' EMPLOYER = 'Interpublic' TENANT = 'interpublic' HOST = 'wd5' SITE = 'omc'