package commandctrl

import "ucl.lmika.dev/ucl"

type CommandPack interface {
	ConfigureUCL(ucl *ucl.Inst)
}