Files
lenz-web/xmlmodels/public.go
Simon Martens 4f4288905d Restart Init
2026-02-18 13:41:44 +01:00

8 lines
188 B
Go

package xmlmodels
import gitpkg "github.com/Theodor-Springmann-Stiftung/lenz-web/git"
func Parse(dir string, commit *gitpkg.Commit) (*Library, error) {
return NewLibrary(dir, commit)
}