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