mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-15 17:44:03 -05:00
6 lines
211 B
Python
6 lines
211 B
Python
from notifications_utils.clients.redis.redis_client import RedisClient
|
|
from notifications_utils.clients.zendesk.zendesk_client import ZendeskClient
|
|
|
|
zendesk_client = ZendeskClient()
|
|
redis_client = RedisClient()
|