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