#!/opt/cycle/jetpack/system/python/bin/python3

import sys
from healthcheck import run

if __name__ == "__main__":
    run(sys.argv[1:])
