mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -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()
|