mirror of
https://github.com/alerta/alerta.git
synced 2025-01-24 17:29:39 +00:00
5 lines
No EOL
77 B
Python
5 lines
No EOL
77 B
Python
import os
|
|
import sys
|
|
sys.path.insert(0, os.path.abspath('..'))
|
|
|
|
import alerta |