mirror of
https://github.com/GSA/notifications-api.git
synced 2026-03-29 22:53:12 -04:00
7 lines
115 B
Python
7 lines
115 B
Python
from app import create_app
|
|
|
|
application = create_app('live')
|
|
|
|
if __name__ == "__main__":
|
|
application.run()
|