mirror of
https://github.com/alerta/alerta.git
synced 2025-01-24 17:29:39 +00:00
6 lines
105 B
Python
Executable file
6 lines
105 B
Python
Executable file
#!/usr/bin/env python
|
|
|
|
from alerta.api.v2 import app
|
|
|
|
if __name__ == '__main__':
|
|
app.run(debug=True)
|