probo/lib/store/exam.go
2023-12-21 17:38:05 +01:00

5 lines
105 B
Go

package store
import "git.andreafazzi.eu/andrea/probo/lib/models"
type ExamStore = Store[*models.Exam]