5 lines
175 B
Python
5 lines
175 B
Python
from engine.core.models import CustomerRelationshipManagementProvider
|
|
|
|
|
|
def any_crm_integrations() -> bool:
|
|
return CustomerRelationshipManagementProvider.objects.exists()
|