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