package models
type Lab struct {
Number int
Task string
Vars [][]Var
ScriptPath string
Complete bool
}