mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-08 04:13:41 -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()
|