8 lines
91 B
Go
8 lines
91 B
Go
package main
|
|
|
|
import "whatsapp-mcp-server/helpers"
|
|
|
|
func main() {
|
|
helpers.InitMcpTool()
|
|
}
|