"""Constants for the Azure DevOps integration.""" DOMAIN = "azure_devops" CONF_ORG = "organization" CONF_PROJECT = "project" CONF_PAT = "personal_access_token"