package git

type SubModule struct {
	Name string
	Url  string
}