Ejemplo n.º 1
0
def main():
    """Entry point for the application script"""
    the_launcher = Launcher()
    return the_launcher.launch()
Ejemplo n.º 2
0
from grafana_alerts.launcher import Launcher
import sys

if __name__ == '__main__':
    the_launcher = Launcher()
    the_launcher.launch()