# ============================================================================= # Job·Ka — Groupe KA # Auteur : Simon-Pierre Boucher # Contact : contact@spboucher.ai # Fichier : jobka/connectors/jobka/connectors/defisrh.py # Rôle : Connecteur Défis RH — Zoho Recruit (defisrh.zohorecruit.com) # Créé : 2026-08-25 Modifié : 2026-08-25 # ============================================================================= from .zoho_recruit import ZohoRecruitConnector class DefisrhConnector(ZohoRecruitConnector): source_id = "defisrh" EMPLOYER = "Défis RH" ORG = "defisrh" PAGE = "Careers"