package schemas

import "src.rybka.ca/pkg/util"

type Server struct {
	DB *util.FileDB[Data]
}
