mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
- initial versions kept it out of this class but updated as lots of duplication and errors as config set up in multiple places and not all picking up credstash.
7 lines
115 B
Python
7 lines
115 B
Python
from app import create_app
|
|
|
|
application = create_app('live')
|
|
|
|
if __name__ == "__main__":
|
|
application.run()
|