mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-01 13:21:44 -05:00
8 lines
106 B
Python
8 lines
106 B
Python
from app import create_app
|
|
|
|
|
|
application = create_app()
|
|
|
|
if __name__ == "__main__":
|
|
application.run()
|