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