package main import ( "github.com/LoveLosita/smartflow/backend/cmd" ) func main() { cmd.Start() }