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