コード例 #1
0
ファイル: __init__.py プロジェクト: trigged/grafana-alerts
def main():
    """Entry point for the application script"""
    the_launcher = Launcher()
    return the_launcher.launch()
コード例 #2
0
ファイル: app.py プロジェクト: tim-tang/grafana-alerts
from grafana_alerts.launcher import Launcher
import sys

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