1package main
2
3import "github.com/ferama/rospo/cmd"
4
5func main() {
6	cmd.Execute()
7}
8