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