imposm3/imposm3.go

10 lines
103 B
Go

package main
import (
"github.com/omniscale/imposm3/cmd"
)
func main() {
cmd.Main(cmd.PrintCmds)
}