package flags

import "gitea.ligthert.net/golang/sudoku-funpark/controller"

type Flags struct {
	Controller *controller.Controller
}