package main

import (
	"xmr-remote-nodes/cmd"
)

func main() {
	cmd.Execute()
}