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