/* ©AngelaMos | 2026 main.go Entry point for the hive honeypot network */ package main import "github.com/CarterPerez-dev/hive/internal/cli" func main() { cli.Execute() }