dataprep/cmd/main.go

8 lines
112 B
Go

package main
import "github.com/Leufolium/test/importfunc"
func main() {
importfunc.ImportZoneMemberInfo()
}