mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-08 22:24:22 -05:00
9 lines
147 B
Python
9 lines
147 B
Python
from app.notify_client import NotifyAdminAPIClient
|
|
|
|
|
|
class UploadApiClient(NotifyAdminAPIClient):
|
|
pass
|
|
|
|
|
|
upload_api_client = UploadApiClient()
|