mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-09 14:42:24 -05:00
6 lines
135 B
Python
6 lines
135 B
Python
#!/usr/bin/env python
|
|
from app import notify_celery, create_app
|
|
|
|
application = create_app('delivery')
|
|
application.app_context().push()
|