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