mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-10 23:32:27 -05: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()
|