package main

import "github.com/k3s-io/k3s/pkg/ctr"

func main() {
	ctr.Main()
}
