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