# ============================================================================= # Job·Ka — Groupe KA # Auteur : Simon-Pierre Boucher # Contact : contact@spboucher.ai # Fichier : jobka/connectors/dupont.py # Rôle : Connecteur Dupont — workday (tenant dupont.wd5, site jobs) # [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 DupontConnector(WorkdayConnector): source_id = 'dupont' EMPLOYER = 'Dupont' TENANT = 'dupont' HOST = 'wd5' SITE = 'jobs'