mirror of
https://github.com/GSA/notifications-api.git
synced 2026-03-25 04:30:10 -04:00
6 lines
120 B
Python
6 lines
120 B
Python
#!/usr/bin/env python
|
|
from app import create_app
|
|
|
|
application = create_app("delivery")
|
|
application.app_context().push()
|