package main

import (
	"github.com/smartcontractkit/chainlink/integration-tests/citool/cmd"
)

func main() {
	cmd.Execute()
}
