package tasks

type Task interface {
	Executor() string
}