package main import ( "github.com/ananthakumaran/paisa/cmd" ) func main() { cmd.Execute() }