0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-01-24 09:19:40 +00:00
alerta_alerta/wsgi.py
2020-05-03 20:20:18 +02:00

3 lines
50 B
Python

from alerta import create_app
app = create_app()