0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-02-05 05:59:43 +00:00
alerta_alerta/wsgi.py
2020-05-03 19:39:32 +02:00

3 lines
50 B
Python

from alerta import create_app
app = create_app()