def handler()

in python/python-hello-world/src/app.py [0:0]


def handler(signal_received, frame):
    # SIGINT or  ctrl-C detected, exit without error
    exit(0)